From e732ffb824c37087f906b9eee8c92bc352ee0b7b Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Tue, 1 Aug 2023 15:06:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=92=88=E5=AF=B9?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=89=88=E6=9C=AC=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bd3ae0..402abc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,10 +72,9 @@ RUN set -eux; \ --prefix=/usr/local/${APP_NAME} \ --enable-dynamic --enable-syslog \ --enable-slapd --enable-cleartext --enable-crypt --enable-spasswd --enable-modules \ - --enable-mdb --enable-ndb=no --enable-sql=no \ + --enable-bdb --enable-mdb --enable-ndb=no --enable-sql=no \ --enable-overlays \ - --enable-balancer \ - --with-cyrus-sasl --with-tls=openssl --with-systemd=no \ + --with-cyrus-sasl --with-tls=openssl \ ; \ make depend; \ make -j "$(nproc)"; \