From 82cd35f9dd6eba45eb4f749687a160228419f3bd Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 20 Apr 2021 08:24:24 -0700 Subject: [PATCH] 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 --- bindep.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 6665a4632..31d86d040 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]