add sqlite drivers
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mauro Torrez 2019-09-23 15:29:15 -03:00
parent ef113904ad
commit 201507948c
4 changed files with 12 additions and 8 deletions

View File

@ -28,6 +28,7 @@ RUN set -ex; \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \

View File

@ -28,6 +28,7 @@ RUN set -ex; \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \

View File

@ -28,6 +28,7 @@ RUN set -ex; \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \

View File

@ -27,6 +27,7 @@ RUN set -ex; \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \