xmpp: no need to add backports repository

It's now already there since it's in base.
This commit is contained in:
Saúl Ibarra Corretgé
2018-11-07 09:28:53 +01:00
parent f65016d6f1
commit 720f36c0fd

View File

@@ -1,7 +1,6 @@
FROM jitsi/base
RUN \
echo "deb http://ftp.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list && \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -t stretch-backports -y prosody && \
apt-cleanup && \