Merge "Remove debug output in base image yum command"

This commit is contained in:
Jenkins 2015-10-08 03:06:41 +00:00 committed by Gerrit Code Review
commit c4888d3310

View File

@ -69,7 +69,7 @@ RUN subscription-manager repos --enable rhel-7-server-rpms \
# CentOS 7.1 workaround for conflicting packages with libvirt
RUN rpm -e --nodeps systemd-container systemd-container-libs \
&& rpm -e --nodeps yum-plugin-fastestmirror \
&& yum -d 10 -y install systemd systemd-libs systemd-devel \
&& yum -y install systemd systemd-libs systemd-devel \
&& yum install -y epel-release \
&& yum clean all