Skip to content

Commit

Permalink
Use backports where newer versions exist and stop us needing to build
Browse files Browse the repository at this point in the history
  • Loading branch information
benbz committed Mar 11, 2021
1 parent c4fc3d3 commit c0a5003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,10 @@ RUN \
libsasl2-modules-ldap \
lua-basexx \
lua-ldap \
lua-sec \
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 c0a5003

Please sign in to comment.