We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2f3c9 commit b4428bfCopy full SHA for b4428bf
prosody/Dockerfile
@@ -47,6 +47,7 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
47
lua-unbound && \
48
apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody && \
49
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 && \
51
mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \
52
rm -rf /tmp/pkg /var/cache/apt && \
53
apt-cleanup && \
0 commit comments