prosody: add missing lua-inspect dependency

This commit is contained in:
Дамян Минков
2022-08-26 06:07:58 -05:00
committed by GitHub
parent 755bd3fc89
commit 6664c89db6

View File

@@ -43,6 +43,7 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
lua-luaossl \ lua-luaossl \
lua-sec \ lua-sec \
lua-unbound \ lua-unbound \
lua-inspect \
jitsi-meet-prosody && \ jitsi-meet-prosody && \
apt-cleanup && \ apt-cleanup && \
rm -rf /etc/prosody && \ rm -rf /etc/prosody && \