Skip to content

Commit

Permalink
update sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 2, 2023
1 parent 2b427c2 commit c37df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apk update ; apk upgrade ; apk add --no-cache \
&& rm -rf /tmp/libraw \
&& mkdir -p /tmp/sqlite \
&& cd /tmp/sqlite \
&& curl https://sqlite.org/2023/sqlite-autoconf-3440000.tar.gz | tar -xz --strip 1 \
&& curl https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz | tar -xz --strip 1 \
&& ./configure --disable-readline \
&& make -j `nproc` \
&& strip sqlite3 \
Expand Down

0 comments on commit c37df7c

Please sign in to comment.