[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user