Files
jitsi-meet-deployment/prosody/Dockerfile
Saúl Ibarra Corretgé 720f36c0fd xmpp: no need to add backports repository
It's now already there since it's in base.
2018-11-07 09:28:53 +01:00

15 lines
226 B
Docker

FROM jitsi/base
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -t stretch-backports -y prosody && \
apt-cleanup && \
rm -rf /etc/prosody
COPY rootfs/ /
EXPOSE 5222 5269 5347 5280
VOLUME /config