added postgres driver

added postgres driver to workspace container.
This commit is contained in:
Amin Mkh 2016-05-23 23:20:07 +03:00
parent ea9f5c635f
commit c642560993

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 \