fix(agent-pod): install python3 and sqlite3 in the container init

This commit is contained in:
Story Crater Bot
2026-08-19 10:46:50 -07:00
parent 00af9d8349
commit f5ea65c04b
+1 -1
View File
@@ -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