|
@@ -20,9 +20,10 @@ LABEL name="openshift3/openshift-ansible" \
|
|
|
# because all content and dependencies (like 'oc') is already
|
|
|
# installed via yum.
|
|
|
USER root
|
|
|
-RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients" && \
|
|
|
+RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients python-boto" && \
|
|
|
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 && \
|
|
|
yum install -y $INSTALL_PKGS && \
|
|
|
yum clean all
|
|
|
|