Install more PHP modules by default

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-02-08 17:16:29 +00:00 committed by GitHub
parent b68ff8df64
commit 838c7005d3
2 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,11 @@ RUN apt-get install --no-install-recommends -y \
php7.4-xdebug \
php7.4-pgsql \
php7.4-intl \
php7.4-imagick \
php7.4-gmp \
php7.4-acpu \
php7.4-bcmath \
libmagickcore-6.q16-3-extra \
curl \
vim \
lsof

View File

@ -8,7 +8,8 @@ $CONFIG = [
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'example.com',
'mail_smtphost' => 'localhost',
'mail_smtpport' => '1025'
'mail_smtpport' => '1025',
'memcache.local' => '\OC\Memcache\APCu',
];
if($cloudEnvironmentId !== true) {