Added missing curl

This commit is contained in:
root 2020-01-11 13:45:24 +01:00
parent 3ff753d1e9
commit 2116e46cdd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# We use multi stage builds
FROM node:12-stretch-slim AS build
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq git jq python
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq git jq python curl
RUN npm install -g bower
# install tini in this stage to avoid the need of jq and python