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 09297b6 commit 7acf735Copy full SHA for 7acf735
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Jeremymarshall
4
5
LABEL "version"="alpine.4.1.2"
6
7
-RUN npm install -g node-gyp
+RUN apk add --no-cache make gcc g++ python && npm install -g node-gyp
8
9
RUN mkdir -p /usr/src/app
10
WORKDIR /usr/src/app
0 commit comments