mirror of
https://github.com/YunoHost-Apps/firefish_ynh.git
synced 2024-09-03 18:36:06 +02:00
Update manifest.toml: explicit dependency to redis-server
This commit is contained in:
parent
7de6592bc1
commit
e3721d3f34
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ram.runtime = "2G"
|
|||
main.default = 3020
|
||||
|
||||
[resources.apt]
|
||||
packages = "ffmpeg, postgresql, build-essential"
|
||||
packages = "ffmpeg, postgresql, build-essential, redis-server"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue