Add PostgreSQL support.

This commit is contained in:
Rafael Cossovan
2018-03-05 06:17:41 -03:00
parent 94929d8e66
commit 29afab02bc
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.7/community" >> /etc/a
php7-openssl@community \
php7-json@community \
php7-zlib@community \
php7-pdo_pgsql@community \
php7-pdo_mysql@community \
php7-pdo_sqlite@community \
php7-sqlite3@community \