We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529c105 commit 92d704bCopy full SHA for 92d704b
dep.sh
@@ -17,8 +17,7 @@ apt update
17
apt upgrade
18
apt install apt-transport-https ca-certificates curl software-properties-common gnupg2
19
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
20
-curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
21
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
22
apt update
23
apt install docker-ce
24
-apt install docker-compose
+apt install docker-compose
0 commit comments