Merge pull request #52 from brechsteiner/master

add pgsql driver
This commit is contained in:
aptalca 2019-11-01 09:58:27 -04:00 committed by GitHub
commit f0d5c590ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN \
curl \
nginx \
php7-ctype \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-tokenizer \
php7-zip \

View File

@ -16,6 +16,7 @@ RUN \
curl \
nginx \
php7-ctype \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-tokenizer \
php7-zip \

View File

@ -16,6 +16,7 @@ RUN \
curl \
nginx \
php7-ctype \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-tokenizer \
php7-zip \