From 2fe58c23c33fe08d776b2f1cc9dd1b8bb07bc810 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 26 Jun 2016 02:56:21 +0000 Subject: [PATCH] Update Dockerfile_npmts --- Dockerfile_npmts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile_npmts b/Dockerfile_npmts index dca367e..38aea39 100644 --- a/Dockerfile_npmts +++ b/Dockerfile_npmts @@ -1,4 +1,5 @@ FROM hosttoday/ht-docker-node:npmci RUN npmci install stable && npmci command npm install -g npm npmts && npmci command npmts -v \ && npmci install legacy && npmci command npm install -g npm npmts && npmci command npmts -v \ - && npmci install lts && npmci command npm install -g npm npmts && npmci command npmts -v + && npmci install lts && npmci command npm install -g npm npmts && npmci command npmts -v \ + && npmci clean