From aab1c219201f6ad64cfd7fe3344306906c9f8602 Mon Sep 17 00:00:00 2001 From: Rainer Maier Date: Wed, 29 Oct 2025 21:00:46 +0100 Subject: [PATCH] added jq --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8ba1df..6721099 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ USER root # force installation of python3 and pip3 RUN apk add --update --no-cache \ python3 py3-pip \ - iperf3 \ + iperf3 jq \ && rm -rf /var/cache/apk/* RUN pip3 install \