fix npmts Dockerfile

This commit is contained in:
Philipp Kunz 2016-06-10 07:41:41 +02:00
parent 371c7c11ea
commit ced7c75cba

View File

@ -1,4 +1,4 @@
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
RUN npmci install stable && npm install -g npmts && \
npmci install legacy && npm install -g npmts && \
npmci install lts && npm install -g npmts