1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00

Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:51:50 +02:00 committed by GitHub
parent 8569ce50f0
commit ad03f65b61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ ram.runtime = "2G"
main.default = 3020 main.default = 3020
[resources.apt] [resources.apt]
packages = "ffmpeg, postgresql, build-essential, git, git-lfs" packages = "ffmpeg, postgresql, build-essential, git, git-lfs, redis-server"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"