Merge pull request #11 from djmaze/add-postgres-support

Add postgres support
This commit is contained in:
Jeroen Geusebroek
2020-08-06 22:53:11 +02:00
committed by GitHub

View File

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