Also install docker.io 37/73837/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 26 Jan 2023 16:52:27 +0000 (17:52 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 26 Jan 2023 16:52:27 +0000 (17:52 +0100)
Change-Id: I2decd707a8862c817f540f6a77cd0d3b98c51169
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-ci.yaml

index b11cd2f..e8b0222 100644 (file)
@@ -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