From 58d7bdd03f831e85033397aa39cc4e73e63aab82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Sun, 14 Dec 2025 05:00:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.devcontainer/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 \