From 2767a80041b171e7211bbd4c6864f1ed763146fa Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Mon, 27 Dec 2021 17:36:29 -0500 Subject: [PATCH] added cron to containerfile --- nextcloud/Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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