diff --git a/contrib/cirrus/test.sh b/contrib/cirrus/test.sh index d3d6c40dd45..2471bbb6ec3 100755 --- a/contrib/cirrus/test.sh +++ b/contrib/cirrus/test.sh @@ -48,8 +48,10 @@ then systemctl enable --now docker ;; ubuntu) - warn "Installing docker.io" - $LONG_APTGET install docker.io + warn "Installing previously downloaded/cached docker packages" + ooe.sh dpkg -i \ + $PACKAGE_DOWNLOAD_DIR/containerd.io*.deb \ + $PACKAGE_DOWNLOAD_DIR/docker-ce*.deb systemctl enable --now docker ;; *)