Add socat into haproxy image

socat is needed by I060e21ada928577e833de2782be5ea570be32730

Change-Id: I0773851b61d341117ab214382856a9036aca51bb
This commit is contained in:
Jeffrey Zhang 2016-11-23 20:44:07 +08:00 committed by Jeffrey Zhang
parent 390b4a24f8
commit 22f55ac23d
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ MAINTAINER {{ maintainer }}
{% import "macros.j2" as macros with context %}
{% set haproxy_packages = ['haproxy'] %}
{% set haproxy_packages = [
'haproxy',
'socat'
] %}
{{ macros.install_packages(haproxy_packages | customizable("packages")) }}
RUN usermod -a -G kolla haproxy \