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"