Skip to content

Commit

Permalink
ci/docker: install all required packages
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
avagin committed Aug 8, 2023
1 parent 6fc5bc6 commit 2199220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/docker-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2199220

Please sign in to comment.