From 81b9a550901976334b723686948fdeb56349d8d0 Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 24 Dec 2025 12:06:29 +0800 Subject: [PATCH] feat(docker): add git and vim to Dockerfile; update helm chart version to 1.3.2 and image tag to 2.22.0 --- images/node-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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