From 754fb37d068e483faf0ff7138bfdd9e1fed78f94 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:32:34 +0000 Subject: [PATCH] feat(configure): add `docker-compose` --- sh/debian/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index ca23919f..4d0d7419 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -138,7 +138,7 @@ EOF sed -i '/swap/d' /etc/fstab # Docker - curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh + curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh && apt-get -y install docker-compose # NodeJS curl -fsSL https://deb.nodesource.com/setup_20.x | bash && apt-get install -y nodejs