fix(prosody) remove no longer needed workaround

We no longer bundle mod_smacks.
This commit is contained in:
Saúl Ibarra Corretgé
2025-04-02 08:12:15 +02:00
parent 4076752900
commit 4200892779

View File

@@ -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 && \