Skip to content

Commit

Permalink
nettest: add iproute
Browse files Browse the repository at this point in the history
This is required notably for subctl diagnose kube-proxy-mode (which
relies on the ip command).

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Jan 6, 2025
1 parent aa855d9 commit 6d27d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.nettest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d27d4e

Please sign in to comment.