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 3bbf4dc commit 5f5833fCopy full SHA for 5f5833f
Dockerfile
@@ -2,5 +2,7 @@ FROM node:10-alpine
2
3
RUN apk --update add python bash git && \
4
rm -rf /var/cache/apk/*
5
+RUN apk --no-cache --allow-untrusted -X https://apkproxy.herokuapp.com/sgerrand/alpine-pkg-glibc add glibc glibc-bin && \
6
+ rm -rf /var/cache/apk/*
7
RUN npm i -g --unsafe-perm node-gyp && \
8
npm cache clean --force
0 commit comments