From 394b7b1bcd0cf406fac27ac2cf6824dfe35b8aab Mon Sep 17 00:00:00 2001 From: Robin Daermann Date: Fri, 26 Sep 2025 08:29:18 +0200 Subject: [PATCH] Add missing module to make Smokeping::probes::AnotherDNS work with IPv6 --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2d128f8..fbbab8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN \ perl-json-maybexs \ perl-lwp-protocol-https \ perl-path-tiny \ + perl-io-socket-inet6 \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 6af504b..4fefbb5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -33,6 +33,7 @@ RUN \ perl-json-maybexs \ perl-lwp-protocol-https \ perl-path-tiny \ + perl-io-socket-inet6 \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \