From af4ceea6d0f9b8ba3d6183d04b70425936069ef6 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 16 May 2024 14:29:31 +0200 Subject: [PATCH] fix(core): update --- Dockerfile_preinstalled | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile_preinstalled b/Dockerfile_preinstalled index 7734271..c7a8e4c 100644 --- a/Dockerfile_preinstalled +++ b/Dockerfile_preinstalled @@ -1,5 +1,2 @@ FROM hosttoday/ht-docker-node:npmci -WORKDIR / - -RUN npm init -y -RUN npm install @git.zone/tsrun @git.zone/tstest @push.rocks/qenv @push.rocks/smartfile @push.rocks/smartpath @push.rocks/smartshell @push.rocks/tapbundle axios @push.rocks/smartdelay @push.rocks/smartjson +RUN npm install -g @git.zone/tsrun @git.zone/tstest @push.rocks/qenv @push.rocks/smartfile @push.rocks/smartpath @push.rocks/smartshell @push.rocks/tapbundle axios @push.rocks/smartdelay @push.rocks/smartjson