This commit is contained in:
parent
5296ca4f75
commit
59fda1cb3d
|
|
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
build-essential git curl && \
|
build-essential git curl && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
|
npm install -g pnpm && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# ─────────────────── 复制源码 ───────────────────────────
|
# ─────────────────── 复制源码 ───────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue