Merge "Update Heka dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-13 07:48:02 +00:00 committed by Gerrit Code Review
commit c631d94d95

View File

@ -3,7 +3,8 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install https://github.com/mozilla-services/heka/releases/download/v0.10.0/heka-0_10_0-linux-amd64.rpm \
RUN yum -y install \
https://github.com/mozilla-services/heka/releases/download/v0.10.0/heka-0_10_0-linux-amd64.rpm \
&& yum clean all \
&& useradd --user-group heka \
&& mkdir /etc/heka