update npm to ensure nodegit compatibility

This commit is contained in:
2016-06-26 00:19:00 +02:00
parent e8c45ba38b
commit 40fa047c24
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:npmci
RUN npmci install stable && npmci command npm install -g npmts && npmci command npmts -v \
&& npmci install legacy && npmci command npm install -g npmts && npmci command npmts -v \
&& npmci install lts && npmci command npm install -g npmts && npmci command npmts -v
RUN npmci install stable && npmci command npm install -g npm npmts && npmci command npmts -v \
&& npmci install legacy && npmci command npm install -g npm npmts && npmci command npmts -v \
&& npmci install lts && npmci command npm install -g npm npmts && npmci command npmts -v