feat: add git to node image

Fixes #16
This commit is contained in:
Karl-Philipp Wulfert
2019-05-16 12:03:13 +02:00
parent 98a1baf7a7
commit c0058f9c29
+2
View File
@@ -1,3 +1,5 @@
FROM node:10-alpine
RUN apk update && apk add git
CMD []