From 838c7005d344549b1a37ef2cbc7ee4fb3fd28997 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 8 Feb 2021 17:16:29 +0000 Subject: [PATCH] Install more PHP modules by default Signed-off-by: Lukas Reschke --- .devcontainer/Dockerfile | 5 +++++ .devcontainer/codespace.config.php | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9eeda50ef9..cf7ac71f07 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 diff --git a/.devcontainer/codespace.config.php b/.devcontainer/codespace.config.php index 6908aa8475..2cf435582e 100644 --- a/.devcontainer/codespace.config.php +++ b/.devcontainer/codespace.config.php @@ -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) {