summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-26 15:21:43 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-26 15:21:43 -0500
commit87c4521672ea5d5bf34943daa05e372433f62ccb (patch)
treec1dfb6aec41f9b42c843eec6fe7f585c27f25f1e
parent98f2de63f73da14ded4e2d0f5a2981b02b998f22 (diff)
parentad1d330f1278637b93d1104b90c0398a7846ed86 (diff)
downloadopenshift-87c4521672ea5d5bf34943daa05e372433f62ccb.tar.gz
openshift-87c4521672ea5d5bf34943daa05e372433f62ccb.tar.bz2
openshift-87c4521672ea5d5bf34943daa05e372433f62ccb.tar.xz
openshift-87c4521672ea5d5bf34943daa05e372433f62ccb.zip
Merge pull request #1283 from giuseppe/giuseppe/Dockerfile-require-pyOpenSSL
Dockerfile: Require pyOpenSSL
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ab16ca609..02ab51680 100644
--- a/Dockerfile
+++ b/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/