From f5ea65c04be6f28259b11361af029f1e3cf80da0 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:46:50 -0700 Subject: [PATCH] fix(agent-pod): install python3 and sqlite3 in the container init --- k8s/apps/agent-pod/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/apps/agent-pod/deployment.yaml b/k8s/apps/agent-pod/deployment.yaml index 8a944e4..2f703b5 100644 --- a/k8s/apps/agent-pod/deployment.yaml +++ b/k8s/apps/agent-pod/deployment.yaml @@ -56,7 +56,7 @@ spec: - -c - | set -e - apt-get update && apt-get install -y git curl jq openssh-client tmux + apt-get update && apt-get install -y git curl jq openssh-client tmux python3 sqlite3 ssh-keygen -y -f /root/.ssh/id_forgejo > /root/.ssh/id_forgejo.pub eval "$(ssh-agent -s)" ssh-add /root/.ssh/id_forgejo