diff options
author | Clayton Coleman <ccoleman@redhat.com> | 2017-12-19 14:32:32 -0500 |
---|---|---|
committer | Clayton Coleman <ccoleman@redhat.com> | 2017-12-19 14:32:32 -0500 |
commit | 79db104b1780dbb3043a2878dd88a1fd3e91d52a (patch) | |
tree | 5c2a2a3d7e00eb3c645c3101594337a0d33363e8 /images/installer/Dockerfile.rhel7 | |
parent | b713000887c5ef1d84d376038aacd0c6966d1692 (diff) | |
download | openshift-79db104b1780dbb3043a2878dd88a1fd3e91d52a.tar.gz openshift-79db104b1780dbb3043a2878dd88a1fd3e91d52a.tar.bz2 openshift-79db104b1780dbb3043a2878dd88a1fd3e91d52a.tar.xz openshift-79db104b1780dbb3043a2878dd88a1fd3e91d52a.zip |
Add gcloud to the installer image
The installer image will become our default cloud operations image for
tasks that overlap with ansible, and will also be the image for
provioning. We will eventually add others like awscli for support roles.
Diffstat (limited to 'images/installer/Dockerfile.rhel7')
-rw-r--r-- | images/installer/Dockerfile.rhel7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/Dockerfile.rhel7 b/images/installer/Dockerfile.rhel7 index 5245771d0..05df6b43a 100644 --- a/images/installer/Dockerfile.rhel7 +++ b/images/installer/Dockerfile.rhel7 @@ -5,7 +5,7 @@ MAINTAINER OpenShift Team <dev@lists.openshift.redhat.com> USER root # Playbooks, roles, and their dependencies are installed from packages. -RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients python-boto openssl java-1.8.0-openjdk-headless httpd-tools" \ +RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients python-boto openssl java-1.8.0-openjdk-headless httpd-tools google-cloud-sdk" \ && yum repolist > /dev/null \ && yum-config-manager --enable rhel-7-server-ose-3.7-rpms \ && yum-config-manager --enable rhel-7-server-rh-common-rpms \ |