add pgsql driver

This commit is contained in:
brechsteiner 2019-10-28 17:07:59 +01:00
parent 0a4a9371db
commit 94e161129c
No known key found for this signature in database
GPG Key ID: BDA0D4934D010999
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN \
nginx \
php7-ctype \
php7-pdo_sqlite \
php7-pgsql \
php7-tokenizer \
php7-zip \
tar && \

View File

@ -17,6 +17,7 @@ RUN \
nginx \
php7-ctype \
php7-pdo_sqlite \
php7-pgsql \
php7-tokenizer \
php7-zip \
tar && \

View File

@ -17,6 +17,7 @@ RUN \
nginx \
php7-ctype \
php7-pdo_sqlite \
php7-pgsql \
php7-tokenizer \
php7-zip \
tar && \