nextcloud: fix pgsql support

This commit is contained in:
Wonderfall 2016-07-27 17:17:30 +02:00
parent 6d24c95af7
commit dd05b094bd
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
php7-ctype@testing \ php7-ctype@testing \
php7-iconv@testing \ php7-iconv@testing \
php7-pdo_mysql@testing \ php7-pdo_mysql@testing \
php7-pgsql@testing \ php7-pdo_pgsql@testing \
php7-zlib@testing \ php7-zlib@testing \
php7-zip@testing \ php7-zip@testing \
php7-xmlreader@testing \ php7-xmlreader@testing \

View File

@ -28,7 +28,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
php7-ctype@testing \ php7-ctype@testing \
php7-iconv@testing \ php7-iconv@testing \
php7-pdo_mysql@testing \ php7-pdo_mysql@testing \
php7-pgsql@testing \ php7-pdo_pgsql@testing \
php7-zlib@testing \ php7-zlib@testing \
php7-zip@testing \ php7-zip@testing \
php7-xmlreader@testing \ php7-xmlreader@testing \