Merge pull request #488 from Craeckie/master

Added missing curl
pull/1/head
ansuz 5 years ago committed by GitHub
commit ccf123337d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save