feat: add curl to Node.js image

Fixes #18
This commit is contained in:
Karl-Philipp Wulfert
2019-05-22 17:39:37 +02:00
parent f2e40638c2
commit 2ec80fbb2f

View File

@@ -1,6 +1,6 @@
FROM node:10-alpine
RUN apk update && apk add git
RUN apk update && apk add git curl
USER node