From c642560993fb437c0f22125b04bb5ca3d74638a0 Mon Sep 17 00:00:00 2001 From: Amin Mkh Date: Mon, 23 May 2016 23:20:07 +0300 Subject: [PATCH] added postgres driver added postgres driver to workspace container. --- workspace/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 6e8524d4..d85a9238 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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 \