fixed dependencies

This commit is contained in:
Roland Gruber 2025-06-26 07:28:27 +02:00
parent a2a5293c19
commit be0923a224
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ Depends: php (>= 8.1), php-ldap,
php-phpseclib3, php-monolog, php-phpseclib3, php-monolog,
libphp-phpmailer (<< 7.0), libphp-phpmailer (<< 7.0),
debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends} debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends}
Recommends: php-opcache Recommends: php-opcache, php-apcu
Suggests: ldap-server, php-mcrypt, ldap-account-manager-lamdaemon, perl Suggests: ldap-server, php-mcrypt, ldap-account-manager-lamdaemon, perl
Conflicts: libapache2-mod-php5, php5, php5-fpm Conflicts: libapache2-mod-php5, php5, php5-fpm
Description: webfrontend for managing accounts in an LDAP directory Description: webfrontend for managing accounts in an LDAP directory

View file

@ -82,6 +82,8 @@ RUN apt-get install --no-install-recommends -y \
php-mysql \ php-mysql \
php-sqlite3 \ php-sqlite3 \
php-mbstring \ php-mbstring \
php-opcache \
php-apcu \
wget \ wget \
libldap-common \ libldap-common \
gettext \ gettext \