added iperf3 binary
This commit is contained in:
		| @@ -3,7 +3,9 @@ FROM zabbix/zabbix-agent2:alpine-6.4.21 | |||||||
| USER root | USER root | ||||||
|  |  | ||||||
| # force installation of python3 and pip3 | # force installation of python3 and pip3 | ||||||
| RUN apk add --update --no-cache python3 py3-pip \ | RUN apk add --update --no-cache \ | ||||||
|  |     python3 py3-pip \ | ||||||
|  |     iperf3 \ | ||||||
|   && rm -rf /var/cache/apk/* |   && rm -rf /var/cache/apk/* | ||||||
|      |      | ||||||
| RUN pip3 install \ | RUN pip3 install \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user