Skip to content

Commit

Permalink
chore(docker): add nodejs-npm for building image
Browse files Browse the repository at this point in the history
  • Loading branch information
lemanzhang committed Mar 11, 2019
1 parent 341f1c2 commit 2bc400b
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,5 +1,5 @@
FROM alpine
RUN apk --update --no-cache add procps git nodejs bash gawk
RUN apk --update --no-cache add procps git nodejs nodejs-npm bash gawk
RUN git clone https://github.com/Tencent/TSW.git /TSW
WORKDIR /TSW
VOLUME /data/release/node_modules/
Expand Down

0 comments on commit 2bc400b

Please sign in to comment.