Browse Source

added cron to containerfile

pull/3/head
Mar Alegre 4 years ago
parent
commit
2767a80041
  1. 6
      nextcloud/Containerfile

6
nextcloud/Containerfile

@ -23,9 +23,9 @@ ENV DBNAME=nextcloud
### ###
# install packages we want # install packages we want
RUN apt update -y && apt install -y apache2 php-fpm php-gd php-zip \ RUN apt update -y && apt install -y apache2 php-fpm php-gd php-zip php-pgsql \
php-pgsql php-curl php-mbstring php-intl php-imagick php-xml php-gmp \ php-curl php-mbstring php-intl php-imagick php-xml php-gmp php-json \
php-json redis php-redis postgresql postgresql-doc php-ldap php-bcmath redis php-redis postgresql postgresql-doc php-ldap php-bcmath cron
# put database variables in /etc/environment so anyone can access them # put database variables in /etc/environment so anyone can access them

Loading…
Cancel
Save