Skip to content

Commit 9b7b195

Browse files
committed
Added sqllite 3
1 parent 93cf4f7 commit 9b7b195

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

php7.0-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

php7.2-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

php7.3-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)