Skip to content

Commit 7df2e26

Browse files
committed
we need docker now
1 parent 6ecadff commit 7df2e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
source venvs/kayobe/bin/activate &&
215215
source src/kayobe-config/kayobe-env --environment ci-builder &&
216216
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" --show-output
217+
--command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv docker-ce" --show-output
218218
env:
219219
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD_CI_BUILDER }}
220220

0 commit comments

Comments
 (0)