Update Dockerfile_18.20.4

main
ycz 2025-05-14 17:59:43 +08:00
parent a10ddbe97a
commit 2ade91cbc2
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl && \
rm -rf /var/lib/apt/lists/ && \
git config --global --add safe.directory '*' && \
npm install -g pnpm && \
npm install -g pnpm cross-env && \
pnpm config set store-dir /root/.pnpm