Skip to content

Commit 141c97a

Browse files
committed
bump libsqlite3.so.0
1 parent f509d00 commit 141c97a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM centos:7 as builder
55

66
ARG CMAKE_VERSION=3.17.3
7-
ARG SQLITE_VERSION=3350500
7+
ARG SQLITE_VERSION=3360000
88
ARG ZSTD_VERSION=1.5.0
99
ARG CPU_ARCH=ivybridge
1010
ENV CFLAGS="-march=${CPU_ARCH} -O3"
@@ -35,7 +35,7 @@ RUN mkdir -p /work/GenomicSQLite
3535

3636
# SQLite
3737
WORKDIR /work
38-
RUN wget -nv https://www.sqlite.org/2021/sqlite-amalgamation-${SQLITE_VERSION}.zip \
38+
RUN wget -nv http://www.sqlite.org/2021/sqlite-amalgamation-${SQLITE_VERSION}.zip \
3939
&& unzip -o sqlite-amalgamation-${SQLITE_VERSION}.zip
4040
WORKDIR /work/sqlite-amalgamation-${SQLITE_VERSION}
4141
RUN bash -c "scl enable devtoolset-8 'gcc -shared -o libsqlite3.so.0 -fPIC -shared -Wl,-soname,libsqlite3.so.0 -g ${CFLAGS} ${SQLITE_CFLAGS} sqlite3.c' & pid=$? \

0 commit comments

Comments
 (0)