更新 Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2024-02-23 18:10:49 +00:00
parent 27c9507a32
commit d6a0c74361

View File

@ -45,8 +45,6 @@ RUN echo "安装 node 环境" && \
# eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \ # eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
apt-get update && \ apt-get update && \
apt-get install -y nodejs npm && \ apt-get install -y nodejs npm && \
node -V && \
npm -V && \
npm install -g n && \ npm install -g n && \
# apt-get install -y build-essential && \ # apt-get install -y build-essential && \
# 安装 n node 管理器 # 安装 n node 管理器