Fixed broken dev front dockerfile (missing jq dependency)

This commit is contained in:
Eliot Berriot 2018-07-03 08:11:10 +02:00
commit b0c9eb8cef
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -1,5 +1,8 @@
FROM node:9
# needed to compile translations
RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x /usr/local/bin/jq
EXPOSE 8080
WORKDIR /app/
ADD package.json .