fix: 为 runner 镜像补齐 git bundle 工具

This commit is contained in:
Codex
2026-06-01 11:54:52 +08:00
parent 744b2f7e77
commit 54f520692d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ENV PORT=8080
ENV AGENTRUN_CODEX_COMMAND=/app/node_modules/.bin/codex
RUN HTTP_PROXY="$HTTP_PROXY" HTTPS_PROXY="$HTTPS_PROXY" NO_PROXY="$NO_PROXY" http_proxy="$HTTP_PROXY" https_proxy="$HTTPS_PROXY" no_proxy="$NO_PROXY" \
apk add --no-cache ca-certificates kubectl nodejs
apk add --no-cache ca-certificates git kubectl nodejs openssh-client
COPY package.json tsconfig.json ./
RUN HTTP_PROXY="$HTTP_PROXY" HTTPS_PROXY="$HTTPS_PROXY" NO_PROXY="$NO_PROXY" http_proxy="$HTTP_PROXY" https_proxy="$HTTPS_PROXY" no_proxy="$NO_PROXY" \