Merge "Update Heka dockerfile for formatting"
This commit is contained in:
commit
c631d94d95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user