diff --git a/dockerManager/dockerInstall.py b/dockerManager/dockerInstall.py index 215174404..0891f98b9 100755 --- a/dockerManager/dockerInstall.py +++ b/dockerManager/dockerInstall.py @@ -23,7 +23,7 @@ class DockerInstall: command = 'dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo' ServerStatusUtil.executioner(command, statusFile) - command = 'sudo dnf install -y docker-ce --nobest' + command = 'sudo dnf install docker-ce docker-ce-cli containerd.io docker-compose-plugin --nobest' elif ProcessUtilities.decideDistro() == ProcessUtilities.centos: command = 'sudo yum install -y docker' else: