From 1e72721d4eaf4e3ae3b5d587fb875cd0c8cf783d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:55:15 +0100 Subject: [PATCH] Tandoor: Extend needed dependencies (#3207) --- install/tandoor-install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index bc42a8e3d..cc6121a13 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -29,7 +29,11 @@ $STD apt-get install -y --no-install-recommends \ sudo \ git \ make \ - mc + mc \ + pkg-config \ + libxmlsec1-dev \ + libxml2-dev \ + libxmlsec1-openssl msg_ok "Installed Dependencies" msg_info "Setup Python3"