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
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
||||||
|
curl \
|
||||||
jq && \
|
jq && \
|
||||||
npm install -g --omit=optional --omit=dev \
|
npm install -g --omit=optional --omit=dev \
|
||||||
json-server && \
|
json-server && \
|
||||||
|
Loading…
Reference in New Issue
Block a user