From 9c47a3c5d25d6885612a7dcccbeebd8018f3e4f3 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 10 Mar 2024 20:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 647e8578..c033e933 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -53,11 +53,9 @@ RUN set -x \ && git config --global user.email "qinglong@@users.noreply.github.com" \ && git config --global user.name "qinglong" \ && git config --global http.postBuffer 524288000 \ - && npm install -g pnpm@8.3.1 pm2 tsx \ && rm -rf /root/.pnpm-store \ && rm -rf /root/.local/share/pnpm/store \ && rm -rf /root/.cache \ - && rm -rf /root/.npm \ && ulimit -c 0 ARG SOURCE_COMMIT