Update Dockerfile_npmts

This commit is contained in:
Phil Kunz 2016-06-10 11:16:25 +00:00
parent 87bc1f267a
commit cefe591b2a

View File

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