diff --git a/nextcloud/9.0/Dockerfile b/nextcloud/9.0/Dockerfile index 78aadb3..8f29d9c 100644 --- a/nextcloud/9.0/Dockerfile +++ b/nextcloud/9.0/Dockerfile @@ -31,7 +31,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a php7-ctype@testing \ php7-iconv@testing \ php7-pdo_mysql@testing \ - php7-pgsql@testing \ + php7-pdo_pgsql@testing \ php7-zlib@testing \ php7-zip@testing \ php7-xmlreader@testing \ diff --git a/nextcloud/daily/Dockerfile b/nextcloud/daily/Dockerfile index 0ba27f8..bbb0741 100644 --- a/nextcloud/daily/Dockerfile +++ b/nextcloud/daily/Dockerfile @@ -28,7 +28,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a php7-ctype@testing \ php7-iconv@testing \ php7-pdo_mysql@testing \ - php7-pgsql@testing \ + php7-pdo_pgsql@testing \ php7-zlib@testing \ php7-zip@testing \ php7-xmlreader@testing \