From 993748db9de00119e2e4e2c3603c557697b839dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Wed, 30 Apr 2025 12:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Dockerfile=EF=BC=8C=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2yarn=E4=B8=BApnpm=E4=BD=9C=E4=B8=BA=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E5=8C=85=E7=AE=A1=E7=90=86=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index edca9e1..8a9bedd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ USER root # 安装Node.js RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \ - npm install -g npm@latest yarn + npm install -g npm@latest pnpm # 可以添加其他开发工具 RUN apt-get update && apt-get install -y \