From 33a45ec8db97982f5a93df6a5347058fcb975bff Mon Sep 17 00:00:00 2001 From: Po-Ying Chen Date: Thu, 15 Aug 2019 00:59:56 +0800 Subject: [PATCH] prosody: add missing lua module `net-url` --- prosody/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/prosody/Dockerfile b/prosody/Dockerfile index dc2fdfd..fe92f99 100644 --- a/prosody/Dockerfile +++ b/prosody/Dockerfile @@ -18,6 +18,7 @@ RUN \ && luarocks install cyrussasl 1.1.0-1 \ && luarocks install lua-cjson 2.1.0-1 \ && luarocks install luajwtjitsi 1.3-7 \ + && luarocks install net-url 0.9-1 \ && apt-dpkg-wrap apt-get remove -t stretch-backports -y \ git \ gcc \