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

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-02-19 19:02:44 +01:00
parent f03853fdd1
commit e366ffd045

View file

@ -58,9 +58,8 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "apt-transport-https build-essential gzip curl fontconfig graphicsmagick"
packages = "apt-transport-https build-essential gzip curl fontconfig graphicsmagick"
[[resources.apt.extras]]
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
packages = "yarn"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"