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
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 \