Add missing module to make Smokeping::probes::AnotherDNS work with IPv6

This commit is contained in:
Robin Daermann
2025-09-26 08:29:18 +02:00
parent 7d3d42f167
commit 394b7b1bcd
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ RUN \
perl-json-maybexs \
perl-lwp-protocol-https \
perl-path-tiny \
perl-io-socket-inet6 \
smokeping==${SMOKEPING_VERSION} \
ssmtp \
sudo \

View File

@@ -33,6 +33,7 @@ RUN \
perl-json-maybexs \
perl-lwp-protocol-https \
perl-path-tiny \
perl-io-socket-inet6 \
smokeping==${SMOKEPING_VERSION} \
ssmtp \
sudo \