fix: Add missing dependency
This commit is contained in:
parent
44ac6b484d
commit
6270499efe
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user