added iperf3 binary

This commit is contained in:
2025-10-29 20:25:33 +01:00
parent b820bba875
commit a247563585

View File

@@ -3,8 +3,10 @@ FROM zabbix/zabbix-agent2:alpine-6.4.21
USER root
# force installation of python3 and pip3
RUN apk add --update --no-cache python3 py3-pip \
&& rm -rf /var/cache/apk/*
RUN apk add --update --no-cache \
python3 py3-pip \
iperf3 \
&& rm -rf /var/cache/apk/*
RUN pip3 install \
urbackup-server-web-api-wrapper \