This commit is contained in:
hailin 2025-05-17 21:17:51 +08:00
parent 7e416a00a1
commit 461e2fb5d9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# 安装 node18 + 构建依赖 + xattr
RUN apt-get update && apt-get install -y \
curl ca-certificates gnupg lsb-release \
g++ make python3 libxattr1 \
g++ make python3 libattr1 \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g npm@10.8.2 pnpm@10.9.0