From dece83750a01c941efa8146269504275951a0193 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 29 Jan 2024 13:02:28 +0800 Subject: [PATCH] Update flags --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b98f1f4..b97fe63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN cd ~ && \ curl -L "https://www.sqlite.org/snapshot/sqlite-snapshot-202401231504.tar.gz" -o sqlite-snapshot-202401231504.tar.gz && \ tar -xzvf sqlite-snapshot-202401231504.tar.gz && \ cd sqlite-snapshot-202401231504 && \ - ./configure --prefix=/clib --enable-shared --disable-static && \ + ./configure --prefix=/clib --enable-shared --disable-static --disable-static-shell && \ make -j$(grep -c ^processor /proc/cpuinfo) && make install && \ cd ~ && rm -rf sqlite-snapshot-202401231504 sqlite-snapshot-202401231504.tar.gz