Skip to content

Commit 7acf735

Browse files
fix Dockerfile
1 parent 09297b6 commit 7acf735

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
@@ -4,7 +4,7 @@ MAINTAINER Jeremymarshall
44

55
LABEL "version"="alpine.4.1.2"
66

7-
RUN npm install -g node-gyp
7+
RUN apk add --no-cache make gcc g++ python && npm install -g node-gyp
88

99
RUN mkdir -p /usr/src/app
1010
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)