From 0084f5da30fa9b7ed7a55386c0f6bb1f1ab9a022 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 5 Aug 2023 09:00:35 -0900 Subject: [PATCH] smallbuild replaced with individual flags --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 809d22e..d799534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,8 @@ RUN sh -c 'cd /tmp/db_build && curl -k https://easyinstall.citadel.org/db-18.1.4 RUN sh -c '\ cd /tmp/db_build/db-18.1.40/build_unix && \ ../dist/configure --prefix=/usr/local \ - --enable-smallbuild \ + --with-cryptography=no --disable-hash --disable-heap --disable-queue \ + --disable-replication --disable-statistics \ --with-uniquename=_ctdl \ --enable-static --disable-shared \ --disable-compat185 --disable-cxx --disable-debug \ -- 2.30.2