From 498e60dae2a2de6f52ff13329a9ac6ac0f9159c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 29 Oct 2023 20:27:11 +0100 Subject: [PATCH] Add idn2-utils to image as it is needed for pihole -q MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dockerfile b/src/Dockerfile index 12fe8de26..bdd9305b6 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -20,6 +20,7 @@ RUN apk add --no-cache \ curl \ git \ iproute2-ss \ + idn2-utils \ jq \ libcap \ ncurses \