|
@ -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 |
|
|