From 816462dbf2fd47f18f323ef97071771bf264817d Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 1 Jul 2019 18:30:29 -0500 Subject: [PATCH] Remove docker package from bindep This change removes the docker package from bindep because it can create a conflict with the way infra installs docker(ce). To ensure we're not installing a conflicting package in test we're removing this package from our general bindep file. Change-Id: Ib642b8c15224300d727a03146da783f225142c82 Signed-off-by: Kevin Carter --- bindep.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 5291d2060..2f260196c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -30,6 +30,3 @@ gzip # Required to build language docs gettext - -# Required for molecule testing -docker