From 90a48c470b95ad379bbad75007fbf354f7709792 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 21 Jun 2016 18:48:33 +0200 Subject: [PATCH] nextcloud: pgsql support (fixes #9) --- nextcloud/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 2278cb0..e92a8ce 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -39,6 +39,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap php7-ctype@testing \ php7-iconv@testing \ php7-pdo_mysql@testing \ + php7-pgsql@testing \ php7-zlib@testing \ php7-zip@testing \ php7-xmlreader@testing \