From 49bcbbb586f2e6f40ca4a5c9cfe211dedb1d3480 Mon Sep 17 00:00:00 2001 From: Spilarix <21245775+Spilarix@users.noreply.github.com> Date: Fri, 5 Jun 2020 00:26:26 +0200 Subject: [PATCH] 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 --- Dockerfile-debian.template | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 8026cf12..f5e2bd9e 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -47,6 +47,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + fileinfo \ gd \ intl \ ldap \