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:
commit
0344bc025e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue