Update zookeeper dockerfile for formatting
Change-Id: Ic75140f89ad193479416036743e7c9330298a18d Partial-Bug:#1569417
This commit is contained in:
parent
a861450fd2
commit
63c5e77e04
@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
|
|||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN yum install -y \
|
RUN yum -y install \
|
||||||
mesosphere-zookeeper \
|
mesosphere-zookeeper \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user