Skip to content

Commit a075b9f

Browse files
committed
add make
1 parent 8247810 commit a075b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

3-
RUN apk --update add python bash git g++ && \
3+
RUN apk --update add python bash git g++ make && \
44
rm -rf /var/cache/apk/*
55
RUN npm i -g --unsafe-perm node-gyp && \
66
npm cache clean --force

0 commit comments

Comments
 (0)