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

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

View File

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