From 7e586132cc3c8d1cffb867b8e53358aebdb0fa8a Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 3 Jan 2025 11:13:14 +0100 Subject: [PATCH] nettest: add iproute This is required notably for subctl diagnose kube-proxy-mode (which relies on the ip command). Signed-off-by: Stephen Kitt --- package/Dockerfile.nettest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Dockerfile.nettest b/package/Dockerfile.nettest index eede463b..416787a1 100644 --- a/package/Dockerfile.nettest +++ b/package/Dockerfile.nettest @@ -8,7 +8,7 @@ COPY scripts/shared/dnf_install / RUN /dnf_install -a ${TARGETPLATFORM} -v ${FEDORA_VERSION} -r /output/nettest \ glibc bash glibc-minimal-langpack coreutils-single libcurl-minimal \ - bind-utils curl-minimal iperf3 iputils netperf nmap-ncat tcpdump + bind-utils curl-minimal iperf3 iproute iputils netperf nmap-ncat tcpdump FROM scratch ARG TARGETPLATFORM