2
0
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:
Andrei Vagin 2023-08-07 16:00:39 -07:00 committed by Andrei Vagin
parent 9477354def
commit d3b955e578

View File

@ -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