This commit is contained in:
Roland Gruber 2021-07-05 19:33:48 +02:00
parent 9dad1479dc
commit 5fd42865b4
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ Architecture: all
Depends: php (>= 7), php-ldap, Depends: php (>= 7), php-ldap,
php-gd | php-imagick, php-gd | php-imagick,
php-json, php-curl, php-json, php-curl,
php-zip, php-xml, php-gmp, php-zip, php-xml, php-gmp, php-mbstring,
libapache2-mod-php | libapache2-mod-fcgid | php-fpm, libapache2-mod-php | libapache2-mod-fcgid | php-fpm,
php-monolog, php-monolog,
apache2 (>= 2.4.0) | httpd, fonts-dejavu, debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends} apache2 (>= 2.4.0) | httpd, fonts-dejavu, debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends}

View file

@ -81,6 +81,7 @@ RUN apt-get install --no-install-recommends -y \
php-gmp \ php-gmp \
php-mysql \ php-mysql \
php-sqlite3 \ php-sqlite3 \
php-mbstring \
wget \ wget \
&& \ && \
rm /etc/apache2/sites-enabled/*default* && \ rm /etc/apache2/sites-enabled/*default* && \