Commit 6449c60 1 parent 6664c89 commit 6449c60 Copy full SHA for 6449c60
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,16 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
39
39
sasl2-bin \
40
40
libsasl2-modules-ldap \
41
41
lua-cyrussasl \
42
+ lua-inspect \
42
43
lua-ldap \
43
44
lua-luaossl \
44
45
lua-sec \
45
46
lua-unbound \
46
- lua-inspect \
47
47
jitsi-meet-prosody && \
48
48
apt-cleanup && \
49
49
rm -rf /etc/prosody && \
50
50
mv /usr/share/jitsi-meet/prosody-plugins /prosody-plugins && \
51
+ mv /usr/share/lua/5.3/inspect.lua /usr/share/lua/5.4/ && \
51
52
rm -rf /usr/lib/lua/{5.1,5.2,5.3} && \
52
53
rm -rf /usr/share/lua/{5.1,5.2,5.3} && \
53
54
wget -qO /prosody-plugins/mod_auth_cyrus.lua https://hg.prosody.im/prosody-modules/raw-file/65438e4ba563/mod_auth_cyrus/mod_auth_cyrus.lua && \
You can’t perform that action at this time.
0 commit comments