Selaa lähdekoodia

prosody: add missing lua-inspect dependency

Дамян Минков 2 vuotta sitten
vanhempi
sitoutus
6664c89
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 && \