Skip to content

Commit 92d704b

Browse files
authored
Update dep.sh
1 parent 529c105 commit 92d704b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dep.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ apt update
1717
apt upgrade
1818
apt install apt-transport-https ca-certificates curl software-properties-common gnupg2
1919
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 -
2120
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
2221
apt update
2322
apt install docker-ce
24-
apt install docker-compose
23+
apt install docker-compose

0 commit comments

Comments
 (0)