Merge "Make heka container build with debian"

This commit is contained in:
Jenkins 2016-06-04 13:39:04 +00:00 committed by Gerrit Code Review
commit 9f8347a87a

View File

@ -9,7 +9,7 @@ RUN yum -y install \
&& useradd --user-group heka \
&& mkdir /etc/heka
{% elif base_distro in ['ubuntu'] %}
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN curl --location https://github.com/mozilla-services/heka/releases/download/v0.10.0/heka_0.10.0_amd64.deb -o heka_0.10.0_amd64.deb \
&& dpkg -i heka_0.10.0_amd64.deb \