]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth docker: avoid crash on --version caused by doubly loaded modules 15594/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 27 May 2025 11:27:08 +0000 (13:27 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 27 May 2025 11:28:43 +0000 (13:28 +0200)
Dockerfile-auth

index 59caf8864423174b4569dfb507d31e20052e76fb..8698b08089e82d1443d875e38ca6daabdac7ab97 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) && \