Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:46:33 +02:00 committed by GitHub
parent ef6886833c
commit aa74e5aec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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" packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libpq-dev, postgresql, postgresql-contrib, redis-server"
[resources.database] [resources.database]
# https://yunohost.org/en/packaging_apps_resources#database # https://yunohost.org/en/packaging_apps_resources#database