fix(agent-pod): install python3 and sqlite3 in the container init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user