This commit is contained in:
parent
7e416a00a1
commit
461e2fb5d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue