From 8630f4920dc01c130a5721036af4ce5ac9683aa6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Jun 2016 19:07:03 +0200 Subject: [PATCH] update ht-docker-node --- Dockerfile_npmts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Dockerfile_npmts b/Dockerfile_npmts index 3ba202e..674982d 100644 --- a/Dockerfile_npmts +++ b/Dockerfile_npmts @@ -1,7 +1,4 @@ FROM hosttoday/ht-docker-node:npmci -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 +RUN npmci install stable && npm install -g npmts && npmts -v \ + npmci install legacy && npm install -g npmts && npmts -v \ + npmci install lts && npm install -g npmts && npmts -v