Skip to content

Commit 67c8cc3

Browse files
Merge pull request #99 from developmentseed/develop
enable loadable sqlite extensions
2 parents 5630396 + bcc4dbd commit 67c8cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV \
1313

1414
RUN \
1515
curl https://pyenv.run | bash; \
16-
CONFIGURE_OPTS="--with-openssl=${PREFIX}/openssl" \
16+
CONFIGURE_OPTS="--with-openssl=${PREFIX}/openssl --enable-loadable-sqlite-extensions" \
1717
LD_RUN_PATH="${PREFIX}/openssl/lib" \
1818
pyenv install ${PYVERSION}; \
1919
pyenv global ${PYVERSION}; \

0 commit comments

Comments
 (0)