Merge "Update zookeeper dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-21 16:48:36 +00:00 committed by Gerrit Code Review
commit f759bad859

@ -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