Update Heka dockerfile for formatting
Change-Id: Ib5cab0200f6e8fbea3de89624067771e92024b2f Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
b1f3aa0c1c
@ -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