From: Peter van Dijk Date: Tue, 27 May 2025 11:27:08 +0000 (+0200) Subject: auth docker: avoid crash on --version caused by doubly loaded modules X-Git-Tag: auth-4.9.6~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f5c2e52bd7888cccc3511229524508e3166049;p=thirdparty%2Fpdns.git auth docker: avoid crash on --version caused by doubly loaded modules (cherry picked from commit 25c77d520c23365127b9313364c26cd71fca2eff) --- 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) && \