Skip to content

Commit b87e66f

Browse files
committed
use built sqlite3 and disable elastic driver (causing gdal problem)
1 parent 41a1b97 commit b87e66f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,11 @@ RUN \
205205
--with-zstd=${PREFIX} \
206206
--with-jpeg=${PREFIX} \
207207
--with-threads=yes \
208+
--with-sqlite3=$PREFIX \
208209
--with-curl=${PREFIX}/bin/curl-config \
209210
--without-python \
210211
--without-libtool \
212+
--disable-driver-elastic \
211213
--with-geos=$PREFIX/bin/geos-config \
212214
--with-hide-internal-symbols=yes \
213215
CFLAGS="-O2 -Os" CXXFLAGS="-O2 -Os" \

0 commit comments

Comments
 (0)