2016-06-04 01:38:39 +00:00
|
|
|
FROM hosttoday/ht-docker-node:npmci
|
2016-06-25 22:19:00 +00:00
|
|
|
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 \
|
2016-06-26 02:56:21 +00:00
|
|
|
&& npmci install lts && npmci command npm install -g npm npmts && npmci command npmts -v \
|
|
|
|
&& npmci clean
|