diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-02-08 17:16:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 17:16:29 +0000 |
commit | 838c7005d344549b1a37ef2cbc7ee4fb3fd28997 (patch) | |
tree | e44667ab9112c28ad6aa04c8b372b904485b704a /.devcontainer/Dockerfile | |
parent | b68ff8df64b17acdd0ce2b762f6064a80a70414e (diff) | |
download | nextcloud-server-838c7005d344549b1a37ef2cbc7ee4fb3fd28997.tar.gz nextcloud-server-838c7005d344549b1a37ef2cbc7ee4fb3fd28997.zip |
Install more PHP modules by default
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.devcontainer/Dockerfile')
-rw-r--r-- | .devcontainer/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9eeda50ef92..cf7ac71f070 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 |