web,prosody,jvb: prepare for new stable release

This commit is contained in:
Saúl Ibarra Corretgé
2020-03-25 10:47:27 +01:00
parent ebb45361ec
commit 655cf6be4a
5 changed files with 12 additions and 715 deletions

View File

@@ -38,11 +38,11 @@ RUN \
RUN \
apt-dpkg-wrap apt-get update \
&& apt-dpkg-wrap apt-get -d install -y jitsi-meet-tokens \
&& dpkg -x /var/cache/apt/archives/jitsi-meet-tokens*.deb /tmp \
&& mv /tmp/usr/share/jitsi-meet/prosody-plugins /prosody-plugins \
&& apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody \
&& dpkg -x /var/cache/apt/archives/jitsi-meet-prosody*.deb /tmp/pkg \
&& mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins \
&& apt-cleanup \
&& rm -rf /tmp/usr /var/cache/apt
&& rm -rf /tmp/pkg /var/cache/apt
RUN \
sed -i s/hook/hook_global/g /prosody-plugins/mod_auth_token.lua \