1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sharkey_ynh.git synced 2024-09-03 20:16:32 +02:00

Merge pull request #15 from YunoHost-Apps/testing

Update manifest.toml: explicit dependency to redis-server
This commit is contained in:
Alexandre Aubin 2024-07-15 18:00:18 +02:00 committed by GitHub
commit 311ae82c42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages ="ffmpeg postgresql git build-essential"
packages ="ffmpeg postgresql git build-essential redis-server"
[resources.database]