diff --git a/containers/Containerfile b/containers/Containerfile index 26cee777..19d3eff9 100644 --- a/containers/Containerfile +++ b/containers/Containerfile @@ -22,16 +22,14 @@ RUN git reset --hard 3bc455b23f901dae377ca0a558e1e32aa56b31c4 && \ WORKDIR ../ -RUN curl -L https://github.com/esnet/iperf/archive/refs/tags/3.13-mt-beta3.tar.gz > iperf3-mt.tar.gz && \ - tar -xzf iperf3-mt.tar.gz +RUN curl -L https://github.com/esnet/iperf/releases/download/3.16/iperf-3.16.tar.gz | tar xz && \ + cd iperf-3.16 && \ + ./configure; make install && \ + cd .. && \ + rm -rf iperf-3.16 -WORKDIR iperf-3.13-mt-beta3/ -RUN ./configure; make; make install - -WORKDIR ../ RUN rm -rf netperf && \ - rm -rf iperf-3.13-mt-beta3 && \ dnf clean all && \ curl -O https://raw.githubusercontent.com/jtaleric/tinker/main/networking/super-netperf && \ chmod +x super-netperf