Skip to content
Snippets Groups Projects
Commit aabafd34 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Do not purge yum-plugin-fastestmirror package

It will be helpful for speed up the package installation.

Closes-Bug: #1525514
Change-Id: Id40a0afa30dd0a142bee3b13f7622cb0d42d9298
parent 63162792
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,6 @@ RUN yum-config-manager --enable rhel-7-server-rpms \ ...@@ -67,7 +67,6 @@ RUN yum-config-manager --enable rhel-7-server-rpms \
# CentOS 7.1 workaround for conflicting packages with libvirt # CentOS 7.1 workaround for conflicting packages with libvirt
RUN rpm -e --nodeps systemd-container systemd-container-libs \ RUN rpm -e --nodeps systemd-container systemd-container-libs \
&& rpm -e --nodeps yum-plugin-fastestmirror \
&& yum -y install systemd systemd-libs systemd-devel \ && yum -y install systemd systemd-libs systemd-devel \
&& yum install -y epel-release yum-plugin-priorities \ && yum install -y epel-release yum-plugin-priorities \
&& yum clean all && yum clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment