X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=d79953459d378ecd1de0e4ff5a044bf4d88e07bf;hp=809d22e57103a8affc097fac74e83b37562b946f;hb=0084f5da30fa9b7ed7a55386c0f6bb1f1ab9a022;hpb=92b0cd65d287e14104507be7eeddfa0900096a0f 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 \