Try to fix install

see: https://ci-apps-bookworm-dev.yunohost.org/ci/job/2248
This commit is contained in:
Jens Diemer 2024-08-25 16:42:57 +02:00
parent 707ee979c8
commit 5d98c506c6

View file

@ -100,7 +100,7 @@ ram.runtime = "50M" # **estimate** minimum ram requirement. e.g. 50M, 400M, 1G,
[resources.apt] [resources.apt]
# https://yunohost.org/en/packaging_apps_resources#apt # https://yunohost.org/en/packaging_apps_resources#apt
# This will automatically install/uninstall the following apt packages # This will automatically install/uninstall the following apt packages
packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libpq-dev, postgresql, postgresql-contrib, redis-server, checkinstall, libssl-dev, openssl" packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libffi-dev, libpq-dev, postgresql, postgresql-contrib, redis-server, checkinstall, pkg-config, libssl-dev, openssl"
[resources.database] [resources.database]
# https://yunohost.org/en/packaging_apps_resources#database # https://yunohost.org/en/packaging_apps_resources#database