Skip to content

Commit 8247810

Browse files
committed
add g++
1 parent 5f5833f commit 8247810

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM node:10-alpine
22

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 && \
3+
RUN apk --update add python bash git g++ && \
64
rm -rf /var/cache/apk/*
75
RUN npm i -g --unsafe-perm node-gyp && \
86
npm cache clean --force

0 commit comments

Comments
 (0)