2016-06-04 03:38:39 +02:00
|
|
|
FROM hosttoday/ht-docker-node:npmci
|
2016-06-26 00:19:00 +02: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
|