From 44d87d786bb78d52c7e87077d4b899fc663fdb0f Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:20:44 +0100 Subject: [PATCH] Add dependencies for the summary.png support --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0f2ae37..4a84943 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-venv python3-dev python3-pip sqlite3" +pkg_dependencies="python3-venv python3-dev python3-pip sqlite3 wkhtmltopdf optipng" yunorunner_repository="https://github.com/YunoHost/yunorunner"