diff --git a/nextcloud/Containerfile b/nextcloud/Containerfile index ee07952..c235378 100644 --- a/nextcloud/Containerfile +++ b/nextcloud/Containerfile @@ -23,9 +23,9 @@ 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-gmp \ - php-json redis php-redis postgresql postgresql-doc php-ldap php-bcmath +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-gmp php-json \ + redis php-redis postgresql postgresql-doc php-ldap php-bcmath cron # put database variables in /etc/environment so anyone can access them