diff --git a/nextcloud/10.0/Dockerfile b/nextcloud/10.0/Dockerfile index b73887b2..bc03a547 100644 --- a/nextcloud/10.0/Dockerfile +++ b/nextcloud/10.0/Dockerfile @@ -34,6 +34,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a php7-pdo_pgsql@testing \ php7-pgsql@testing \ php7-pdo_sqlite@testing \ + php7-sqlite3@testing \ php7-zlib@testing \ php7-zip@testing \ php7-xmlreader@testing \ diff --git a/nextcloud/9.0/Dockerfile b/nextcloud/9.0/Dockerfile index a0a4d575..6c2c2b01 100644 --- a/nextcloud/9.0/Dockerfile +++ b/nextcloud/9.0/Dockerfile @@ -35,6 +35,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a php7-pdo_pgsql@testing \ php7-pgsql@testing \ php7-pdo_sqlite@testing \ + php7-sqlite3@testing \ php7-zlib@testing \ php7-zip@testing \ php7-xmlreader@testing \ diff --git a/nextcloud/daily/Dockerfile b/nextcloud/daily/Dockerfile index fefa10fb..27643664 100644 --- a/nextcloud/daily/Dockerfile +++ b/nextcloud/daily/Dockerfile @@ -32,6 +32,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a php7-pdo_pgsql@testing \ php7-pgsql@testing \ php7-pdo_sqlite@testing \ + php7-sqlite3@testing \ php7-zlib@testing \ php7-zip@testing \ php7-xmlreader@testing \