Add socat into haproxy image
socat is needed by I060e21ada928577e833de2782be5ea570be32730 Change-Id: I0773851b61d341117ab214382856a9036aca51bb
This commit is contained in:
parent
390b4a24f8
commit
22f55ac23d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user