fix: add ripgrep to runner image

This commit is contained in:
Codex
2026-06-03 07:59:13 +08:00
parent 3223b297ca
commit 25bc93b371
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ ENV AGENTRUN_APP_ROOT=/workspace/agentrun
ENV AGENTRUN_BOOT_REPO_URL=http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/agentrun.git
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 curl git github-cli kubectl nodejs openssh-client
apk add --no-cache ca-certificates curl git github-cli kubectl nodejs openssh-client ripgrep
COPY package.json bun.lock 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" \