Stop installing docker via bindep

The latest docker-ce release does not start properly if it is installed
after installing and removing docker.io on Ubuntu. It is likely that the
docker.io package is leaking something across to the docker-ce install
that causes this problem. We simplify things by relying on ensure-docker
to install docker for us instead. This avoids the install, uninstall,
and broken install process.

Change-Id: I9e08dbf1ee3e6e146fb9ee6ba3435b3048096f5b
This commit is contained in:
Clark Boylan 2021-04-20 08:24:24 -07:00
parent 9c83e8a95e
commit 82cd35f9dd
1 changed files with 0 additions and 2 deletions

View File

@ -15,6 +15,4 @@ musl-dev [compile test platform:apk]
python3-dev [compile test platform:dpkg]
python3-devel [compile test platform:rpm]
sudo
docker.io [test platform:dpkg]
docker [test platform:fedora]
docker-compose [test]