feat: add python 2 since its a dep of node sass

This commit is contained in:
Paul Esson
2019-11-13 14:35:04 +11:00
parent 3dce3af319
commit fb4aea7299
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:lts-alpine
RUN apk add --no-cache git
RUN apk add --no-cache git python2
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"]