summaryrefslogtreecommitdiffstats
path: root/images/installer/Dockerfile
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-02-01 16:22:38 -0500
committerGitHub <noreply@github.com>2018-02-01 16:22:38 -0500
commit4fa3f454f7541b98f5123a922f18768deab3df4c (patch)
tree0dfd314be7af27fa18628b525925529375785327 /images/installer/Dockerfile
parentf17a431f07370ce42e3d293011e0a7b71cbd95e3 (diff)
parent0bd289e824109ee22c69b2eca6d0e3fc9ce14663 (diff)
downloadopenshift-4fa3f454f7541b98f5123a922f18768deab3df4c.tar.gz
openshift-4fa3f454f7541b98f5123a922f18768deab3df4c.tar.bz2
openshift-4fa3f454f7541b98f5123a922f18768deab3df4c.tar.xz
openshift-4fa3f454f7541b98f5123a922f18768deab3df4c.zip
Merge pull request #6982 from smarterclayton/package
Add python2-crypto package to images
Diffstat (limited to 'images/installer/Dockerfile')
-rw-r--r--images/installer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/Dockerfile b/images/installer/Dockerfile
index 22a0d06a0..c9ec8ba41 100644
--- a/images/installer/Dockerfile
+++ b/images/installer/Dockerfile
@@ -10,7 +10,7 @@ COPY images/installer/origin-extra-root /
# install ansible and deps
RUN INSTALL_PKGS="python-lxml python-dns pyOpenSSL python2-cryptography openssl java-1.8.0-openjdk-headless python2-passlib httpd-tools openssh-clients origin-clients" \
&& yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS \
- && EPEL_PKGS="ansible python2-boto python2-boto3 google-cloud-sdk-183.0.0 which" \
+ && EPEL_PKGS="ansible python2-boto python2-boto3 python2-crypto google-cloud-sdk-183.0.0 which" \
&& yum install -y epel-release \
&& yum install -y --setopt=tsflags=nodocs $EPEL_PKGS \
&& EPEL_TESTING_PKGS="python2-libcloud" \