We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df2e26 commit b715376Copy full SHA for b715376
.github/workflows/ipa-image-build.yml
@@ -214,7 +214,7 @@ jobs:
214
source venvs/kayobe/bin/activate &&
215
source src/kayobe-config/kayobe-env --environment ci-builder &&
216
kayobe seed host command run \
217
- --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv docker-ce" --show-output
+ --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv containerd docker.io docker-buildx" --show-output
218
env:
219
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD_CI_BUILDER }}
220
0 commit comments