This commit is contained in:
@ -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 管理器
|
||||||
|
Reference in New Issue
Block a user