Browse Source

prosody: add missing lua module `net-url`

Po-Ying Chen 5 năm trước cách đây
mục cha
commit
33a45ec8db
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      prosody/Dockerfile

+ 1 - 0
prosody/Dockerfile

@@ -18,6 +18,7 @@ RUN \
     && luarocks install cyrussasl 1.1.0-1 \
     && luarocks install cyrussasl 1.1.0-1 \
     && luarocks install lua-cjson 2.1.0-1 \
     && luarocks install lua-cjson 2.1.0-1 \
     && luarocks install luajwtjitsi 1.3-7 \
     && luarocks install luajwtjitsi 1.3-7 \
+    && luarocks install net-url 0.9-1 \
     && apt-dpkg-wrap apt-get remove -t stretch-backports -y \
     && apt-dpkg-wrap apt-get remove -t stretch-backports -y \
       git \
       git \
       gcc \
       gcc \