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 4c89cb0 commit 1c8ed61Copy full SHA for 1c8ed61
system/setup-debian.sh
@@ -33,7 +33,7 @@ echo \
33
34
# Finally, actually install docker.
35
apt-get update -y;
36
-apt-get install -y docker-ce docker-ce-cli containerd.io;
+apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose;
37
38
# Setup local::lib for the future and then enable it for the rest of this script.
39
0 commit comments