File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
3030 php${PHP_VERSION}-zip \
3131 php${PHP_VERSION}-intl \
3232 php${PHP_VERSION}-bcmath \
33+ php${PHP_VERSION}-sqlite3 \
3334 php-imagick \
3435 php-xdebug \
3536 php-pear \
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
3131 php${PHP_VERSION}-xdebug \
3232 php${PHP_VERSION}-intl \
3333 php${PHP_VERSION}-bcmath \
34+ php${PHP_VERSION}-sqlite3 \
3435 php-imagick \
3536 php-memcached \
3637 php-pear \
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
4444 php${PHP_VERSION}-xdebug \
4545 php${PHP_VERSION}-intl \
4646 php${PHP_VERSION}-bcmath \
47+ php${PHP_VERSION}-sqlite3 \
4748 php-imagick \
4849 php-memcached \
4950 php-pear \
You can’t perform that action at this time.
0 commit comments