Merge pull request #488 from Craeckie/master

Added missing curl
This commit is contained in:
ansuz
2020-01-13 12:57:17 -05:00
committed by GitHub

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