1
0
镜像自地址 https://github.com/devcm-repo/container-images.git 已同步 2026-06-06 02:41:07 +00:00

feat(docker): add git and vim to Dockerfile; update helm chart version to 1.3.2 and image tag to 2.22.0

这个提交包含在:
rohow
2025-12-24 12:06:29 +08:00
未验证
父节点 a03ad190f9
当前提交 81b9a55090
+1 -1
查看文件
@@ -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