mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Add PHP module fileinfo
This module is highly recommended to enhance file analysis performance : https://docs.nextcloud.com/server/19/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
This commit is contained in:
parent
31b6d3d028
commit
49bcbbb586
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ RUN set -ex; \
|
||||||
docker-php-ext-install -j "$(nproc)" \
|
docker-php-ext-install -j "$(nproc)" \
|
||||||
bcmath \
|
bcmath \
|
||||||
exif \
|
exif \
|
||||||
|
fileinfo \
|
||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
ldap \
|
ldap \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue