Skip to content

Commit

Permalink
Debug: Remove installation of docker-ce-cli plugin installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
navneet0693 committed Jun 8, 2022
1 parent 21689c3 commit 97ba598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97ba598

Please sign in to comment.