Add pdo_pgsql for postgres support

This commit is contained in:
Martin Honermeyer
2020-08-06 12:14:54 +02:00
parent 170dda7223
commit 5ad55fe551

View File

@@ -13,6 +13,7 @@ RUN apk -U add \
php7-json \
php7-pdo \
php7-pdo_mysql \
php7-pdo_pgsql \
supervisor \
ca-certificates \
tar \