diff --git a/docker/main/build_pysqlite3.sh b/docker/main/build_pysqlite3.sh index 750291323..03b62967e 100755 --- a/docker/main/build_pysqlite3.sh +++ b/docker/main/build_pysqlite3.sh @@ -7,7 +7,7 @@ PYSQLITE3_VERSION="0.5.3" # Fetch the source code for the latest release of Sqlite. if [[ ! -d "sqlite" ]]; then - wget wget https://github.com/sqlite/sqlite/archive/refs/tags/version-${SQLITE3_VERSION}.tar.gz -O sqlite.tar.gz + wget https://github.com/sqlite/sqlite/archive/refs/tags/version-${SQLITE3_VERSION}.tar.gz -O sqlite.tar.gz tar xzf sqlite.tar.gz cd sqlite/ LIBS="-lm" ./configure --disable-tcl --enable-tempstore=always