Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 5da5639

Browse files
committed
build: Bypass npm@5.7 to avoid dep bug
1 parent f025028 commit 5da5639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | b
122122
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
123123
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
124124

125+
RUN npm i -g npm@^5.8.0
126+
125127
CMD [ "node" ]

0 commit comments

Comments
 (0)