diff --git a/images/node-base/Dockerfile b/images/node-base/Dockerfile index 115ce4f..3723c03 100644 --- a/images/node-base/Dockerfile +++ b/images/node-base/Dockerfile @@ -4,7 +4,7 @@ FROM node:20.17.0-slim RUN echo "Asia/Shanghai" > /etc/timezone RUN echo "ZONE=Asia/Shanghai" >> /etc/timezone && rm -f /etc/localtime && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime -RUN apt-get update && apt-get install -y curl +RUN apt-get update && apt-get install -y curl git vim RUN npm config set registry https://registry.npmmirror.com