2016-06-04 01:38:39 +00:00
|
|
|
FROM hosttoday/ht-docker-node:npmci
|
2016-06-11 19:25:09 +00:00
|
|
|
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
|