From b5afc0c3911cdd12d9c4e060c4c08bd648e05947 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Mon, 25 Sep 2023 17:28:11 +0000 Subject: [PATCH] feat(php): preenable sqlite extension --- src/php/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/install.sh b/src/php/install.sh index 20bc536..5d31a78 100644 --- a/src/php/install.sh +++ b/src/php/install.sh @@ -3,7 +3,7 @@ export DEBIAN_FRONTEND="noninteractive" set -e -EXTENSIONS="bcmath bz2 curl gd gmp intl opcache pgsql mysql readline soap xml xsl zip" +EXTENSIONS="bcmath bz2 curl gd gmp intl opcache pgsql mysql readline soap xml xsl zip sqlite" if [[ "$DISABLEALLEXTENSIONS" == "true" ]]; then EXTENSIONS=""