Merge pull request #66 from AminMkh/workspace-postgres-driver

added postgres driver
This commit is contained in:
Mahmoud Zalt 2016-05-23 23:24:27 +03:00
commit 11a13a0c33

View File

@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
php7.0-mbstring \
php7.0-mcrypt \
php7.0-mysql \
php7.0-pgsql \
php7.0-sqlite \
php7.0-sqlite3 \
php7.0-zip \