Merge "Do not purge yum-plugin-fastestmirror package"

This commit is contained in:
Jenkins 2015-12-15 03:57:54 +00:00 committed by Gerrit Code Review
commit 5d762a117a

View File

@ -67,7 +67,6 @@ RUN yum-config-manager --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 -y install systemd systemd-libs systemd-devel \
&& yum install -y epel-release yum-plugin-priorities \
&& yum clean all