Merge "Update ceilometer dockerfile for formatting"

This commit is contained in:
Jenkins
2016-04-26 21:20:31 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,7 @@ RUN apt-get install -y --no-install-recommends \
{% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \
RUN yum -y install \
libvirt-devel \
&& yum clean all