We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8247810 commit a075b9fCopy full SHA for a075b9f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:10-alpine
2
3
-RUN apk --update add python bash git g++ && \
+RUN apk --update add python bash git g++ make && \
4
rm -rf /var/cache/apk/*
5
RUN npm i -g --unsafe-perm node-gyp && \
6
npm cache clean --force
0 commit comments