]> code.citadel.org Git - citadel-docker.git/blobdiff - Dockerfile
smallbuild replaced with individual flags
[citadel-docker.git] / Dockerfile
index a6fbe52272252c603059b0ec1261f07d32b2bd1b..d79953459d378ecd1de0e4ff5a044bf4d88e07bf 100644 (file)
@@ -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 \
@@ -58,7 +59,7 @@ RUN sh -c '\
 # Grab the repository at the specified branch or tag.  If there wasn't any change we should enjoy the cache.
 RUN sh -c '\
        cd /tmp/ctdl_build && \
-       git clone -b $branch --single-branch git://git.citadel.org/citadel'
+       git clone -b $branch --single-branch https://code.citadel.org/citadel/citadel.git'
 
 # Build libcitadel
 RUN sh -c '\