Setup Script - Fix Python

This commit is contained in:
Mike Reeves
2018-12-03 16:57:38 -05:00
parent a781da2c96
commit 647e782687

View File

@@ -328,7 +328,7 @@ docker_install() {
yum -y install yum-utils device-mapper-persistent-data lvm2 openssl
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum -y update
yum -y install docker-ce python-docker
yum -y install docker-ce docker-python
else
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then