There was an error while loading. Please reload this page.
2 parents 5b1b18e + cf1c434 commit fc53f95Copy full SHA for fc53f95
1 file changed
contrib/ci/runner.sh
@@ -45,7 +45,7 @@ if [[ "$TEST" == "conformance" ]]; then
45
sudo dnf install -y docker || sudo dnf install -y moby-engine
46
;;
47
debian)
48
- sudo apt-get install -y --no-install-recommends docker.io
+ sudo dpkg -i /var/cache/download/containerd.io*.deb /var/cache/download/docker-ce*.deb
49
50
esac
51
sudo systemctl start docker || true
0 commit comments