We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21689c3 commit 97ba598Copy full SHA for 97ba598
ci/install-docker.sh
@@ -7,7 +7,7 @@ sudo apt-get clean
7
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
8
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
9
sudo apt-get update
10
-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
11
# Print docker and docker compose tool versions.
12
docker --version
13
docker compose version
0 commit comments