Skip to content
Snippets Groups Projects
Commit c4888d33 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove debug output in base image yum command"

parents 717ed63b c5b6a436
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ RUN subscription-manager repos --enable rhel-7-server-rpms \ ...@@ -69,7 +69,7 @@ RUN subscription-manager repos --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 \ && 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 install -y epel-release \
&& 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