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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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