From eba22a7d197957844086def0e158481d4f701692 Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Thu, 29 Oct 2020 09:07:42 +0100 Subject: [PATCH] Civicrm requires php-bcmath package --- cookbooks/civicrm/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 6943b0f3a..802294116 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -26,6 +26,7 @@ package %w[ rsync unzip wkhtmltopdf + php-bcmath ] cache_dir = Chef::Config[:file_cache_path] -- 2.39.5