diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2016-01-26 19:11:15 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2016-01-26 19:11:15 +0100 |
commit | ad1d330f1278637b93d1104b90c0398a7846ed86 (patch) | |
tree | 0b6cf989e5717db06493dd77a2b9a8599187b3ba /Dockerfile | |
parent | 9d2d123403e244bb49997c0bb498b5aca4c625b9 (diff) | |
download | openshift-ad1d330f1278637b93d1104b90c0398a7846ed86.tar.gz openshift-ad1d330f1278637b93d1104b90c0398a7846ed86.tar.bz2 openshift-ad1d330f1278637b93d1104b90c0398a7846ed86.tar.xz openshift-ad1d330f1278637b93d1104b90c0398a7846ed86.zip |
Dockerfile: Require pyOpenSSL
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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/ |