From d5646c2b3efd67e86a9f339d81d01c0ee01fda55 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 18 Mar 2022 10:17:02 +0000 Subject: [PATCH] Add some more WP recommended PHP modules Add the 'intl', 'imagick' and 'zip' modules, which are not required but recommended, and may actually be useful. --- docker/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/build.sh b/docker/build.sh index b76f0fea..36f26645 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -18,10 +18,13 @@ PACKAGES=" libapache2-mod-xsendfile libapache2-mod-security2 modsecurity-crs - php-xml + php-imagick + php-intl php-mysql php-memcached php-mbstring + php-xml + php-zip noblogs-cli " -- GitLab