Update Zaqar dockerfile for formatting
Change-Id: I13244ac51ad24e04bbaed7eecef1b1255d0ce008 Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
480d94ed72
@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN yum -y install openstack-zaqar \
|
RUN yum -y install \
|
||||||
|
openstack-zaqar \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user