From cefe591b2a2ae567e7b745330847ee48deece0ab Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 10 Jun 2016 11:16:25 +0000 Subject: [PATCH] Update Dockerfile_npmts --- Dockerfile_npmts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile_npmts b/Dockerfile_npmts index ee00a5c..3ba202e 100644 --- a/Dockerfile_npmts +++ b/Dockerfile_npmts @@ -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