diff --git a/Dockerfile b/Dockerfile index 8778877..d16ca3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN echo "安装基础工具与配置文件" && \ # 安装 node 环境 echo "安装 node 环境" && \ - apt-get install -y nodejs npm && \ + apt-get install -y npm && \ # 安装 nrm npm install -g nrm --registry=http://registry.npmmirror.com && \ nrm use taobao && \