From 862fa8f65e37fa018045ea7b533bf0062cfcfc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Wed, 29 Jan 2025 19:07:26 +0100 Subject: [PATCH] Revert "Compile with rbtdb as a zone database" This reverts commit 1f6851bb536750e7ce460d900c14a3c8ef417d6b. It's no longer needed to use this workaround with the 9.20.5 release. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea070c2..c4120ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,6 @@ RUN cd /usr/src && \ --with-lmdb=/usr \ --with-gnu-ld \ --with-maxminddb \ - --with-zonedb=rbtdb \ --enable-dnstap && \ make -j && \ make install && \