Make heka container build with debian
Change-Id: I911a684e1269076f9466fe0b6511c0b72dd80833 Partially-implements: blueprint build-debian
This commit is contained in:
parent
31089795da
commit
4ca6e982c7
@ -9,7 +9,7 @@ RUN yum -y install \
|
|||||||
&& useradd --user-group heka \
|
&& useradd --user-group heka \
|
||||||
&& mkdir /etc/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 \
|
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 \
|
&& dpkg -i heka_0.10.0_amd64.deb \
|
||||||
|
Loading…
Reference in New Issue
Block a user