Setup Script - Fix Python

This commit is contained in:
Mike Reeves
2018-12-03 17:04:35 -05:00
parent 647e782687
commit 291e3b20f0

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 docker-python
yum -y install docker-ce docker-python python-docker
else
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then