Update zookeeper dockerfile for formatting

Change-Id: Ic75140f89ad193479416036743e7c9330298a18d
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-21 17:12:45 +05:30
parent a861450fd2
commit 63c5e77e04
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \
RUN yum -y install \
mesosphere-zookeeper \
&& yum clean all