docker/ubuntu-ci: Added iptables to the docker

The test "tests/topotests/ldp_establish_hello_topo1/test_establish_hello_topo1.py"
uses iptables to count the LDP packets.

Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
This commit is contained in:
Andrii Melnychenko 2025-04-10 16:54:49 +02:00
parent 90084d21e0
commit 887bbf91fe

View file

@ -33,6 +33,7 @@ RUN apt update && apt upgrade -y && \
screen \ screen \
texinfo \ texinfo \
tmux \ tmux \
iptables \
&& \ && \
# Protobuf build requirements # Protobuf build requirements
apt-get install -y \ apt-get install -y \