Skip to content

Commit b4428bf

Browse files
aaronkvanmeertensaghul
authored andcommitted
prosody: use mod_smacks.lua from prosody since 0.12.4
1 parent ee2f3c9 commit b4428bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prosody/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
4747
lua-unbound && \
4848
apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody && \
4949
dpkg -x /var/cache/apt/archives/jitsi-meet-prosody*.deb /tmp/pkg && \
50+
rm /tmp/pkg/usr/share/jitsi-meet/prosody-plugins/mod_smacks.lua && \
5051
mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \
5152
rm -rf /tmp/pkg /var/cache/apt && \
5253
apt-cleanup && \

0 commit comments

Comments
 (0)