1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:49:31 +02:00 committed by GitHub
parent 85254659ec
commit e7982a399e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ ram.runtime = "150M"
main.default = 8484
[resources.apt]
packages = "python3, python3-venv"
packages = "python3, python3-venv, redis-server"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"