Browse Source

OCP build: sync packages needed

sync the parallel change from Dockerfile into Dockerfile.rhel7
Luke Meyer 7 years ago
parent
commit
2a29ad2ce0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      images/installer/Dockerfile.rhel7

+ 1 - 1
images/installer/Dockerfile.rhel7

@@ -20,7 +20,7 @@ LABEL name="openshift3/ose-ansible" \
 # because all content and dependencies (like 'oc') is already
 # installed via yum.
 USER root
-RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients python-boto" && \
+RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients python-boto skopeo openssl java-1.8.0-openjdk-headless httpd-tools" && \
     yum repolist > /dev/null && \
     yum-config-manager --enable rhel-7-server-ose-3.4-rpms && \
     yum-config-manager --enable rhel-7-server-rh-common-rpms && \