prosody: fix installing prosody from the right repository
This commit is contained in:
@@ -8,8 +8,8 @@ RUN \
|
|||||||
&& rm -f /tmp/prosody.key \
|
&& rm -f /tmp/prosody.key \
|
||||||
&& echo "deb http://packages.prosody.im/debian stretch main" > /etc/apt/sources.list.d/prosody.list \
|
&& echo "deb http://packages.prosody.im/debian stretch main" > /etc/apt/sources.list.d/prosody.list \
|
||||||
&& apt-dpkg-wrap apt-get update \
|
&& apt-dpkg-wrap apt-get update \
|
||||||
|
&& apt-dpkg-wrap apt-get install -y prosody \
|
||||||
&& apt-dpkg-wrap apt-get install -t stretch-backports -y \
|
&& apt-dpkg-wrap apt-get install -t stretch-backports -y \
|
||||||
prosody \
|
|
||||||
liblua5.2-dev \
|
liblua5.2-dev \
|
||||||
sasl2-bin \
|
sasl2-bin \
|
||||||
libsasl2-modules-ldap \
|
libsasl2-modules-ldap \
|
||||||
|
|||||||
Reference in New Issue
Block a user