ht-docker-node/Dockerfile_npmts

5 lines
232 B
Plaintext
Raw Normal View History

2016-06-04 01:38:39 +00:00
FROM hosttoday/ht-docker-node:npmci
RUN npmci install $NODE_VERSION_STABLE && npm install -g npmts && \
npmci install $NODE_VERSION_LEGACY && npm install -g npmts && \
npmci install $NODE_VERSION_LTS && npm install -g npmts