mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
fixed dependencies
This commit is contained in:
parent
a2a5293c19
commit
be0923a224
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@ Depends: php (>= 8.1), php-ldap,
|
|||
php-phpseclib3, php-monolog,
|
||||
libphp-phpmailer (<< 7.0),
|
||||
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
|
||||
Conflicts: libapache2-mod-php5, php5, php5-fpm
|
||||
Description: webfrontend for managing accounts in an LDAP directory
|
||||
|
|
|
@ -82,6 +82,8 @@ RUN apt-get install --no-install-recommends -y \
|
|||
php-mysql \
|
||||
php-sqlite3 \
|
||||
php-mbstring \
|
||||
php-opcache \
|
||||
php-apcu \
|
||||
wget \
|
||||
libldap-common \
|
||||
gettext \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue