Make heka container build with debian

Change-Id: I911a684e1269076f9466fe0b6511c0b72dd80833
Partially-implements: blueprint build-debian
This commit is contained in:
Benedikt Trefzer 2016-03-25 16:45:19 +01:00
parent 31089795da
commit 4ca6e982c7
1 changed files with 1 additions and 1 deletions

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 \