Skip to content

Commit

Permalink
Also install docker.io
Browse files Browse the repository at this point in the history
Change-Id: I2decd707a8862c817f540f6a77cd0d3b98c51169
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Jan 26, 2023
1 parent 0be0506 commit ee16905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jjb/functest/xtesting-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
builders:
- shell: |
set +x
sudo apt-get install python3-pip -y
sudo apt-get -o DPkg::Lock::Timeout=300 update
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 install python3-pip docker.io -y
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
Expand Down

0 comments on commit ee16905

Please sign in to comment.