update npmts to have npmts in path for all node tests.

This commit is contained in:
2016-06-10 07:30:07 +02:00
parent 37e997ebf2
commit a112bba2e1
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
FROM hosttoday/ht-docker-node:npmci
RUN npm install -g npmts
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