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

Merge "Make heka container build with debian"

parents c69311b7 4ca6e982
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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