Do not purge yum-plugin-fastestmirror package

It will be helpful for speed up the package installation.

Closes-Bug: #1525514
Change-Id: Id40a0afa30dd0a142bee3b13f7622cb0d42d9298
This commit is contained in:
Jeffrey Zhang 2015-12-10 23:25:40 +08:00
parent 6316279278
commit aabafd343b
1 changed files with 0 additions and 1 deletions

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