From b1f5c2e52bd7888cccc3511229524508e3166049 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 27 May 2025 13:27:08 +0200 Subject: [PATCH] auth docker: avoid crash on --version caused by doubly loaded modules (cherry picked from commit 25c77d520c23365127b9313364c26cd71fca2eff) --- Dockerfile-auth | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-auth b/Dockerfile-auth index ca2bafaa76..7105b27d59 100644 --- a/Dockerfile-auth +++ b/Dockerfile-auth @@ -52,6 +52,7 @@ RUN mkdir /build && \ --sysconfdir=/etc/powerdns \ --enable-option-checking=fatal \ --with-dynmodules='bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 pipe remote tinydns' \ + --with-modules='' \ --enable-tools \ --enable-ixfrdist \ --with-unixodbc-lib=/usr/lib/$(dpkg-architecture -q DEB_BUILD_GNU_TYPE) && \ -- 2.47.2