更新 .devcontainer/Dockerfile
All checks were successful
CI Pipeline / build (push) Successful in 2s

This commit is contained in:
2025-12-14 05:00:47 +00:00
parent 0400452c77
commit 58d7bdd03f

View File

@@ -14,6 +14,8 @@ RUN addgroup -g 1000 $USERNAME && \
# 安装开发工具合并RUN层减少镜像大小 # 安装开发工具合并RUN层减少镜像大小
RUN apk add --no-cache \ RUN apk add --no-cache \
build-base \ build-base \
openssh-server \
openrc \
git \ git \
bash \ bash \
curl \ curl \