diff options
author | Jeff Cantrill <jcantril@redhat.com> | 2017-05-24 15:57:38 -0400 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-06-06 13:33:23 -0400 |
commit | c3312c7d0168645f4e5d87f214cb31241d625a47 (patch) | |
tree | 4acff747cb684990ec90edbdc6a26d12d43fdf31 /images/installer | |
parent | 67da7e2e4699f9a226a436218723749ebc14ace1 (diff) | |
download | openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.tar.gz openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.tar.bz2 openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.tar.xz openshift-c3312c7d0168645f4e5d87f214cb31241d625a47.zip |
fix up openshift-ansible for use with 'oc cluster up'
Diffstat (limited to 'images/installer')
-rw-r--r-- | images/installer/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/Dockerfile b/images/installer/Dockerfile index f6af018ca..880726a82 100644 --- a/images/installer/Dockerfile +++ b/images/installer/Dockerfile @@ -22,7 +22,7 @@ USER root # configurations for the two images. RUN mkdir -p /usr/share/ansible/ && ln -s /opt/app-root/src /usr/share/ansible/openshift-ansible -RUN INSTALL_PKGS="skopeo" && \ +RUN INSTALL_PKGS="skopeo openssl java-1.8.0-openjdk-headless httpd-tools" && \ yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \ yum clean all |