Skip to content

Commit f598816

Browse files
2 parents e95efd9 + 550ddc5 commit f598816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:slim
1+
FROM node:latest
22

33
MAINTAINER Jeremymarshall
44

55
LABEL "version"="4.1.1"
66

7-
RUN npm cache clean -f; npm install -g npm; npm install -g yo
7+
RUN npm install -g node-gyp
88

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

0 commit comments

Comments
 (0)