From 071a853199b7045f4fe496a12495c52cafad7126 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 22 Apr 2024 15:09:40 +0100 Subject: [PATCH] wordpress: add additional required packages Requirements are listed here: https://make.wordpress.org/hosting/handbook/server-environment/ --- cookbooks/wordpress/recipes/default.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/wordpress/recipes/default.rb b/cookbooks/wordpress/recipes/default.rb index d68a7e50f..2849e592f 100644 --- a/cookbooks/wordpress/recipes/default.rb +++ b/cookbooks/wordpress/recipes/default.rb @@ -26,8 +26,12 @@ include_recipe "php::fpm" package %w[ subversion + php-mbstring php-mysql + php-igbinary php-imagick + php-intl + php-xml ] apache_module "proxy" -- 2.45.1