mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
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 <avagin@google.com>
This commit is contained in:
parent
9477354def
commit
d3b955e578
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user