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