mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Update flags
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user