Merge "Run yum clean all in Heka Dockerfile"

This commit is contained in:
Jenkins 2016-02-22 17:30:46 +00:00 committed by Gerrit Code Review
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'] %}