Skip to content

Commit 5f5833f

Browse files
committed
add make
1 parent 3bbf4dc commit 5f5833f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ FROM node:10-alpine
22

33
RUN apk --update add python bash git && \
44
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/*
57
RUN npm i -g --unsafe-perm node-gyp && \
68
npm cache clean --force

0 commit comments

Comments
 (0)