jitsi-deployment/prosody/Dockerfile

15 lines
226 B
Docker
Raw Normal View History

2018-03-14 10:23:13 +01:00
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
2018-03-14 10:23:13 +01:00
VOLUME /config