0
0
Fork 0
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:
Spilarix 2020-06-05 00:24:49 +02:00 committed by GitHub
parent 0599d1022c
commit 31b6d3d028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
bcmath \
exif \
fileinfo \
gd \
intl \
ldap \