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