From c3312c7d0168645f4e5d87f214cb31241d625a47 Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Wed, 24 May 2017 15:57:38 -0400 Subject: fix up openshift-ansible for use with 'oc cluster up' --- images/installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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 -- cgit v1.2.1