add sqlite drivers (fix typo)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-09-23 15:30:58 -03:00
parent 201507948c
commit b4ea34ceee
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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