]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth docker: avoid crash on --version caused by doubly loaded modules 15772/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 27 May 2025 11:27:08 +0000 (13:27 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 2 Jul 2025 12:30:31 +0000 (14:30 +0200)
(cherry picked from commit 25c77d520c23365127b9313364c26cd71fca2eff)

Dockerfile-auth

index ca2bafaa76c17f2ce89becdce4e0b9f13d9036a2..7105b27d59e8f9fb4728e3a9c5fa338e60c5a233 100644 (file)
@@ -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) && \