open5gs: add iperf binary to final container (#373)

This commit is contained in:
Andre Puschmann
2025-05-12 09:32:12 +02:00
committed by GitHub
parent eb10c45268
commit 0abd1f4a96

View File

@@ -91,7 +91,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
libcurl4 \
libmicrohttpd12 \
libnghttp2-14 \
wondershaper iproute2 iputils-ping procps net-tools iptables iperf3 traceroute tcpdump && \
wondershaper iproute2 iputils-ping procps net-tools iptables iperf iperf3 traceroute tcpdump && \
rm -rf /var/lib/apt/lists/*
ENV APP_ROOT=/opt/open5gs