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

This commit is contained in:
mol
2024-02-23 16:24:01 +00:00
parent cf5f164303
commit 27c9507a32

View File

@ -44,7 +44,7 @@ RUN echo "安装 node 环境" && \
# (echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /root/.bashrc && \
# eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
apt-get update && \
apt-get install nodejs npm && \
apt-get install -y nodejs npm && \
node -V && \
npm -V && \
npm install -g n && \