Skip to content
Snippets Groups Projects
Commit c631d94d authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update Heka dockerfile for formatting"

parents de2488aa b1f3aa0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment