Merge "Update haproxy dockerfile for formatting"
This commit is contained in:
commit
5ad8635b6d
@ -3,12 +3,14 @@ MAINTAINER {{ maintainer }}
|
|||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN yum -y install haproxy \
|
RUN yum -y install \
|
||||||
|
haproxy \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends haproxy \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
|
haproxy \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user