mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
mbstring
This commit is contained in:
parent
9dad1479dc
commit
5fd42865b4
2 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||||
|
|
|
@ -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* && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue