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

Merge "cloud-archive contains newer version of haproxy"

parents 33fd50e6 e89c156c
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,7 @@ MAINTAINER {{ maintainer }}
RUN yum -y install haproxy \
&& yum clean all
{% elif base_distro == 'ubuntu' %}
RUN apt-get install -y --no-install-recommends -t trusty-backports haproxy \
&& apt-get clean
{% elif base_distro == 'debian' %}
{% elif base_distro in ['debian', 'ubuntu'] %}
RUN apt-get install -y --no-install-recommends haproxy \
&& apt-get clean
......
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