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

Merge pull request #44 from YunoHost-Apps/testing

Update manifest.toml: explicit dependency to redis-server
This commit is contained in:
Alexandre Aubin 2024-07-15 17:50:36 +02:00 committed by GitHub
commit 0344bc025e
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"