diff --git a/dockerManager/dockerInstall.py b/dockerManager/dockerInstall.py index 3d5f282b3..4e56ea4dc 100755 --- a/dockerManager/dockerInstall.py +++ b/dockerManager/dockerInstall.py @@ -27,7 +27,7 @@ class DockerInstall: elif ProcessUtilities.decideDistro() == ProcessUtilities.centos: command = 'sudo yum install -y docker' else: - command = 'sudo DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io' + command = 'sudo DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io docker-compose' if not ServerStatusUtil.executioner(command, statusFile): logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,