diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a21e0e9..ee84a98 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,6 +14,8 @@ RUN addgroup -g 1000 $USERNAME && \ # 安装开发工具(合并RUN层,减少镜像大小) RUN apk add --no-cache \ build-base \ + openssh-server \ + openrc \ git \ bash \ curl \