From 2d1d1836f6816e227a7a8609be18bdfbeda043f2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 28 Mar 2022 22:53:22 +0200 Subject: [PATCH] Add PHP-xml dependency for DOM extension --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 65068dd..c4d085e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ phpversion="7.4" # dependencies used by the app -pkg_dependencies="php$phpversion-cli php$phpversion-mysql php$phpversion-json php$phpversion-gd php$phpversion-tidy php$phpversion-curl php-gettext php$phpversion-redis" +pkg_dependencies="php$phpversion-cli php$phpversion-mysql php$phpversion-json php$phpversion-gd php$phpversion-tidy php$phpversion-curl php-gettext php$phpversion-redis php$phpversion-xml" #================================================= # PERSONAL HELPERS