From d3b955e5786f07bc4e47676f07159893b919ec64 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Mon, 7 Aug 2023 16:00:39 -0700 Subject: [PATCH] ci/docker: install all required packages This change fixes the issue: ``` The following packages have unmet dependencies: docker-ce : Depends: containerd.io (>= 1.6.4) E: Unable to correct problems, you have held broken packages. ``` Signed-off-by: Andrei Vagin --- scripts/ci/docker-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/docker-test.sh b/scripts/ci/docker-test.sh index bd46d5dd3..22d326a37 100755 --- a/scripts/ci/docker-test.sh +++ b/scripts/ci/docker-test.sh @@ -15,7 +15,7 @@ add-apt-repository \ $(lsb_release -cs) \ stable test" -./apt-install docker-ce +./apt-install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin # shellcheck source=/dev/null . /etc/lsb-release