From 9576e2907d2073b91f4c7a9a2552065f5f81e2c8 Mon Sep 17 00:00:00 2001 From: Felix Schulze <39433012+thefeli73@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:45:05 +0100 Subject: [PATCH] Update rocky.sh --- rocky.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocky.sh b/rocky.sh index cf81448..a9f27cd 100644 --- a/rocky.sh +++ b/rocky.sh @@ -33,7 +33,7 @@ yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo -yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin +yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin systemctl start docker systemctl enable docker