[openvswitch] Add iptables package

This is needed for Octavia health manager init
container which creates iptables rules.

Change-Id: If7407f7dad4c645d3efef8eccbf9bfc838bb69ca
This commit is contained in:
Vladimir Kozhukalov
2025-06-30 13:57:32 -05:00
parent 29461e5e48
commit 2ee0584314

View File

@@ -8,7 +8,7 @@ RUN chmod +x /tini
RUN set -ex && \
apt-get update && \
apt-get install -y openvswitch-switch iproute2 && \
apt-get install -y openvswitch-switch iproute2 iptables && \
rm -rf /var/lib/apt/lists/* && \
useradd -u 42424 openvswitch && \
chown -R openvswitch:openvswitch /var/lib/openvswitch /etc/openvswitch