From f5c48e56a671b961045497eb3e4cd6d933a6679c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 7 May 2026 23:05:20 +0000 Subject: [PATCH] fix: install python3 in Alpine build image --- scripts/build_iperf3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_iperf3.sh b/scripts/build_iperf3.sh index 2bb5b5d..e604dde 100755 --- a/scripts/build_iperf3.sh +++ b/scripts/build_iperf3.sh @@ -17,6 +17,7 @@ apk add --no-cache \ file \ linux-headers \ openssl-dev \ + python3 \ tar \ xz \ zlib-dev