Skip to content

Commit bcc4dbd

Browse files
committed
enable loadable sqlite extensions
1 parent 9f1bc0e commit bcc4dbd

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)