nextcloud: fix sqlite support

This commit is contained in:
Wonderfall 2016-07-30 19:49:43 +02:00
parent 98cc02aab1
commit 3aaed43c5f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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