Skip to content

Commit

Permalink
add make
Browse files Browse the repository at this point in the history
  • Loading branch information
smlabt committed Aug 8, 2018
1 parent 8247810 commit a075b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10-alpine

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

0 comments on commit a075b9f

Please sign in to comment.