From 59fda1cb3d93faaa9861f5570dbd18e077241f1f Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 6 Jul 2025 15:07:26 +0800 Subject: [PATCH] . --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7d182e9..163f0c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential git curl && \ curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ apt-get install -y nodejs && \ + npm install -g pnpm && \ apt-get clean && rm -rf /var/lib/apt/lists/* # ─────────────────── 复制源码 ───────────────────────────