summaryrefslogtreecommitdiffstats
path: root/images/installer/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-07 18:55:03 -0400
committerGitHub <noreply@github.com>2017-06-07 18:55:03 -0400
commitedf1d68ff01b6fc448b721c04d57ac39f80c07da (patch)
tree380d3d2b7c3421769738a612322bc36207bd7db2 /images/installer/Dockerfile
parentcb3ccbf3c4a8a79cda7f3b7b9dc70111575a8aa6 (diff)
parentc3312c7d0168645f4e5d87f214cb31241d625a47 (diff)
downloadopenshift-edf1d68ff01b6fc448b721c04d57ac39f80c07da.tar.gz
openshift-edf1d68ff01b6fc448b721c04d57ac39f80c07da.tar.bz2
openshift-edf1d68ff01b6fc448b721c04d57ac39f80c07da.tar.xz
openshift-edf1d68ff01b6fc448b721c04d57ac39f80c07da.zip
Merge pull request #4279 from jcantrill/use_oc_adm_lib
Merged by openshift-bot
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 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