Skip to content

Commit

Permalink
Merge pull request #1 from matrix-org/bbz/refresh-prosody-dockerfile
Browse files Browse the repository at this point in the history
Refresh prosody dockerfile
  • Loading branch information
benbz committed Mar 12, 2021
2 parents c4fc3d3 + 76c56a5 commit 47db720
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prosody/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ RUN \
&& apt-dpkg-wrap apt-get install -y \
lua5.2 \
liblua5.2-dev \
libsasl2-dev \
libssl-dev \
luarocks \
git \
gcc \
&& luarocks install cyrussasl 1.1.0-1 \
&& luarocks install net-url 0.9-1 \
&& luarocks install luajwtjitsi 2.0-0

Expand All @@ -31,8 +29,11 @@ RUN \
libsasl2-modules-ldap \
lua-basexx \
lua-ldap \
lua-sec \
lua-http \
patch \
&& apt-dpkg-wrap apt-get install -t buster-backports -y \
lua-cyrussasl \
lua-sec \
&& apt-cleanup \
&& rm -rf /etc/prosody

Expand Down

0 comments on commit 47db720

Please sign in to comment.