|
|
|
|
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
|
|
|
|
RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" \
|
|
|
|
|
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
|
|
|
|
&& docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" \
|
|
|
|
|
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
|
|
|
|
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl
|
|
|
|
|
|
|
|
|
|
# set recommended PHP.ini settings
|
|
|
|
|
# see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
|
|
|
|
|
|