This commit is contained in:
hailin 2025-07-06 15:07:26 +08:00
parent 5296ca4f75
commit 59fda1cb3d
1 changed files with 1 additions and 0 deletions

View File

@ -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/*
# ─────────────────── 复制源码 ───────────────────────────