fix: Add missing dependency

This commit is contained in:
Danny Bessems 2023-07-14 14:57:31 +02:00
parent 44ac6b484d
commit 6270499efe
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
curl \
jq && \
npm install -g --omit=optional --omit=dev \
json-server && \