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

do not replace the systemd-container with systemd

Systemd-container no longer exist in centos latest docker image.

Change-Id: Icbfc7fce99885551f7f4caa707a600b20db849ae
Closes-Bug: #1526606
parent 6c4ba7e7
No related branches found
No related tags found
No related merge requests found
......@@ -65,10 +65,7 @@ RUN yum-config-manager --enable rhel-7-server-rpms \
{% if base_distro == 'centos' %}
# CentOS 7.1 workaround for conflicting packages with libvirt
RUN rpm -e --nodeps systemd-container systemd-container-libs \
&& yum -y install systemd systemd-libs systemd-devel \
&& yum install -y epel-release yum-plugin-priorities \
RUN yum install -y epel-release yum-plugin-priorities \
&& yum clean all
{% endif %}
......
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