From 97ba598443abd157ae4a80540be02a105cdc4e2b Mon Sep 17 00:00:00 2001 From: navneet0693 Date: Wed, 8 Jun 2022 11:11:54 +0530 Subject: [PATCH] Debug: Remove installation of docker-ce-cli plugin installation. --- ci/install-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-docker.sh b/ci/install-docker.sh index dd94635..43b6e46 100644 --- a/ci/install-docker.sh +++ b/ci/install-docker.sh @@ -7,7 +7,7 @@ sudo apt-get clean curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt-get update -sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-ce-cli docker-compose-plugin +sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-compose-plugin # Print docker and docker compose tool versions. docker --version docker compose version