Skip to content

Commit 6449c60

Browse files
committed
prosody: fix installation of lua inspect module
Sigh Debian!
1 parent 6664c89 commit 6449c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prosody/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
3939
sasl2-bin \
4040
libsasl2-modules-ldap \
4141
lua-cyrussasl \
42+
lua-inspect \
4243
lua-ldap \
4344
lua-luaossl \
4445
lua-sec \
4546
lua-unbound \
46-
lua-inspect \
4747
jitsi-meet-prosody && \
4848
apt-cleanup && \
4949
rm -rf /etc/prosody && \
5050
mv /usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \
51+
mv /usr/share/lua/5.3/inspect.lua /usr/share/lua/5.4/ && \
5152
rm -rf /usr/lib/lua/{5.1,5.2,5.3} && \
5253
rm -rf /usr/share/lua/{5.1,5.2,5.3} && \
5354
wget -qO /prosody-plugins/mod_auth_cyrus.lua https://hg.prosody.im/prosody-modules/raw-file/65438e4ba563/mod_auth_cyrus/mod_auth_cyrus.lua && \

0 commit comments

Comments
 (0)