From 4200892779dcd55071c5cfe56ef112ffdf155f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 2 Apr 2025 08:12:15 +0200 Subject: [PATCH] fix(prosody) remove no longer needed workaround We no longer bundle mod_smacks. --- prosody/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/prosody/Dockerfile b/prosody/Dockerfile index 4b2ca35..9ecaae7 100644 --- a/prosody/Dockerfile +++ b/prosody/Dockerfile @@ -49,7 +49,6 @@ RUN set -x && \ lua-unbound && \ apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody && \ dpkg -x /var/cache/apt/archives/jitsi-meet-prosody*.deb /tmp/pkg && \ - rm /tmp/pkg/usr/share/jitsi-meet/prosody-plugins/mod_smacks.lua && \ mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \ rm -rf /tmp/pkg /var/cache/apt && \ apt-cleanup && \