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:26:26 +02:00 committed by GitHub
parent 31b6d3d028
commit 49bcbbb586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \