Skip to content

Commit 97ba598

Browse files
committed
Debug: Remove installation of docker-ce-cli plugin installation.
1 parent 21689c3 commit 97ba598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sudo apt-get clean
77
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
88
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
99
sudo apt-get update
10-
sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-ce-cli docker-compose-plugin
10+
sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-compose-plugin
1111
# Print docker and docker compose tool versions.
1212
docker --version
1313
docker compose version

0 commit comments

Comments
 (0)