feat: add curl to Node.js image

Fixes #18
This commit is contained in:
Karl-Philipp Wulfert
2019-05-29 11:06:57 +02:00
parent f2e40638c2
commit 2ec80fbb2f
+1 -1
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