From 30c57e2f3a9d6f4fe08f30e9bcd81ef262af578a Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Thu, 26 May 2016 21:50:07 +0200 Subject: [PATCH] add npmci --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52e6939..46fe7b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,8 @@ RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | b && nvm install $NODE_VERSION \ && nvm alias default $NODE_VERSION \ && nvm use default \ - && npm install -g npm" + && npm install -g npm \ + && npm install npmci" ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH