From 8d2e1aa659614f69671729381059fbd2a415dad0 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Mon, 21 Sep 2020 18:55:35 -0400 Subject: [PATCH] updates to Nextcloud container --- src/nextcloud/Containerfile | 4 ++-- src/nextcloud/Systemdfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/nextcloud/Containerfile b/src/nextcloud/Containerfile index e4e6e91..a1073ce 100644 --- a/src/nextcloud/Containerfile +++ b/src/nextcloud/Containerfile @@ -24,8 +24,8 @@ ENV DBNAME=nextcloud # install packages we want RUN apt update -y && apt install -y apache2 php-fpm php-gd php-zip \ - php-pgsql php-curl php-mbstring php-intl php-imagick php-xml \ - php-json redis php-redis postgresql postgresql-doc php-ldap + php-pgsql php-curl php-mbstring php-intl php-imagick php-xml php-gmp \ + php-json redis php-redis postgresql postgresql-doc php-ldap php-bcmath # put database variables in /etc/environment so anyone can access them diff --git a/src/nextcloud/Systemdfile b/src/nextcloud/Systemdfile index 0d8d5de..a050a5c 100644 --- a/src/nextcloud/Systemdfile +++ b/src/nextcloud/Systemdfile @@ -15,6 +15,7 @@ nc-occ maintenance:install --data-dir "/srv/nextcloud/data/" --database "pgsql" # do post-installation steps nc-occ maintenance:update:htaccess nc-occ db:add-missing-indices +nc-occ db:add-missing-columns nc-occ db:convert-filecache-bigint # install extra apps we want