Files
jitsi-meet-deployment/prosody/Dockerfile
Saúl Ibarra Corretgé aefefb53b6 xmpp: disable HTTPS for BOSH
It's not exposed, we proxy from the web frontend.
2018-10-17 23:06:51 +02:00

16 lines
336 B
Docker

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 && \
rm -rf /etc/prosody
COPY rootfs/ /
EXPOSE 5222 5269 5347 5280
VOLUME /config