mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-06 09:41:11 +02:00
prosody: fix arm64 build
We don't have a proper lua-cjson package available yet.
This commit is contained in:
parent
acb2f4eb03
commit
dd95b3d29c
@ -43,11 +43,13 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
|
||||
lua-ldap \
|
||||
lua-luaossl \
|
||||
lua-sec \
|
||||
lua-unbound \
|
||||
jitsi-meet-prosody && \
|
||||
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 && \
|
||||
mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \
|
||||
rm -rf /tmp/pkg /var/cache/apt && \
|
||||
apt-cleanup && \
|
||||
rm -rf /etc/prosody && \
|
||||
mv /usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \
|
||||
mv /usr/share/lua/5.3/inspect.lua /usr/share/lua/5.4/ && \
|
||||
rm -rf /usr/lib/lua/{5.1,5.2,5.3} && \
|
||||
rm -rf /usr/share/lua/{5.1,5.2,5.3} && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user