From b445312f4e21e6dcf787fe0d61a757e623fd6108 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 27 Dec 2023 15:50:31 +0100 Subject: [PATCH] App doesnt depend on prosody anymore --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ba27719..27b2ca6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,7 +67,7 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "prosody, ffmpeg, postgresql, postgresql-contrib, openssl, g++, mailutils, apt-transport-https" + packages = "ffmpeg, postgresql, postgresql-contrib, openssl, g++, mailutils, apt-transport-https" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"