prosody: add missing lua module `net-url`

This commit is contained in:
Po-Ying Chen 2019-08-15 00:59:56 +08:00 committed by Saúl Ibarra Corretgé
parent aa9230af32
commit 33a45ec8db
1 changed files with 1 additions and 0 deletions

View File

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