Merge "Run yum clean all in Heka Dockerfile"
This commit is contained in:
commit
ee957af471
@ -4,6 +4,7 @@ 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 \
|
||||
&& yum clean all \
|
||||
&& useradd --user-group heka
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user