Explorar o código

Merge pull request #1283 from giuseppe/giuseppe/Dockerfile-require-pyOpenSSL

Dockerfile: Require pyOpenSSL
Brenton Leanhardt %!s(int64=9) %!d(string=hai) anos
pai
achega
87c4521672
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ RUN yum -y install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.no
 
 # Not sure if all of these packages are necessary
 # only git and ansible are known requirements
-RUN yum install -y --enablerepo rhel-7-server-extras-rpms net-tools bind-utils git ansible
+RUN yum install -y --enablerepo rhel-7-server-extras-rpms net-tools bind-utils git ansible pyOpenSSL
 
 ADD ./  /opt/openshift-ansible/