Update Zaqar dockerfile for formatting

Change-Id: I13244ac51ad24e04bbaed7eecef1b1255d0ce008
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 22:10:10 +05:30
parent 3f9f267a42
commit 480d94ed72
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-zaqar \
RUN yum -y install \
openstack-zaqar \
&& yum clean all
{% endif %}