web,prosody,jvb: prepare for new stable release
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user