Skip to content

Commit 1c8ed61

Browse files
committed
Now with docker-compose.
1 parent 4c89cb0 commit 1c8ed61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/setup-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo \
3333

3434
# Finally, actually install docker.
3535
apt-get update -y;
36-
apt-get install -y docker-ce docker-ce-cli containerd.io;
36+
apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose;
3737

3838
# Setup local::lib for the future and then enable it for the rest of this script.
3939

0 commit comments

Comments
 (0)