This commit is contained in:
2025-10-29 21:00:46 +01:00
parent a247563585
commit aab1c21920

View File

@@ -5,7 +5,7 @@ USER root
# force installation of python3 and pip3 # force installation of python3 and pip3
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
python3 py3-pip \ python3 py3-pip \
iperf3 \ iperf3 jq \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
RUN pip3 install \ RUN pip3 install \