Explorar el Código

prosody: add missing lua-inspect dependency

Дамян Минков hace 2 años
padre
commit
6664c89db6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      prosody/Dockerfile

+ 1 - 0
prosody/Dockerfile

@@ -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 && \