Skip to content

Commit fc53f95

Browse files
Merge pull request #6889 from timcoding1988/fix-conformance-docker-install
ci: install cached Docker debs for debian conformance
2 parents 5b1b18e + cf1c434 commit fc53f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ci/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ "$TEST" == "conformance" ]]; then
4545
sudo dnf install -y docker || sudo dnf install -y moby-engine
4646
;;
4747
debian)
48-
sudo apt-get install -y --no-install-recommends docker.io
48+
sudo dpkg -i /var/cache/download/containerd.io*.deb /var/cache/download/docker-ce*.deb
4949
;;
5050
esac
5151
sudo systemctl start docker || true

0 commit comments

Comments
 (0)