Remove debug output in base image yum command

The base image contains -d 10 in a yum command which prints unhelpful
debug output for one of the yum commands.  Remove the extranous debug
output.

backport: liberty

TrivialFix

This patch is a trivial fix and is a test to set boundaries on what
a trivial fix looks like that doesn't require a bug tracker entry.  If
reviewers feel a trivial fix isn't documented properly by this commit
message, please weigh in, as this is a slight suggested change to our
policy as first institued by the Magnum community and brought to my
attention by Jeff Peeler.  Hopefully this compromise won't be abused :)

Change-Id: I57f00978d0baaefd73592f4ad6a655e663d83478
This commit is contained in:
Steven Dake 2015-10-06 10:33:39 -07:00
parent d352505ccb
commit c5b6a436bd
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ RUN subscription-manager repos --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 -d 10 -y install systemd systemd-libs systemd-devel \
&& yum -y install systemd systemd-libs systemd-devel \
&& yum install -y epel-release \
&& yum clean all