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: dnsdist-2.1.0-alpha0~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c77d520c23365127b9313364c26cd71fca2eff;p=thirdparty%2Fpdns.git auth docker: avoid crash on --version caused by doubly loaded modules --- diff --git a/Dockerfile-auth b/Dockerfile-auth index 59caf88644..8698b08089 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) && \