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

@ -21,13 +21,14 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
php-exif \
php-gd \
php-exif \
php-gd \
php-intl \
php-ldap \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \

View File

@ -21,13 +21,14 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
php-exif \
php-gd \
php-exif \
php-gd \
php-intl \
php-ldap \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \

View File

@ -21,13 +21,14 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
php-exif \
php-gd \
php-exif \
php-gd \
php-intl \
php-ldap \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \

View File

@ -20,13 +20,14 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
php-exif \
php-gd \
php-exif \
php-gd \
php-intl \
php-ldap \
php-opcache \
php-mysql \
php-pgsql \
php-sqlite \
php-zip \
php-apcu \
php-memcached \