Dockerfile 341 B

123456789101112131415
  1. FROM jitsi/base
  2. RUN \
  3. echo "deb http://ftp.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list && \
  4. apt-dpkg-wrap apt-get update && \
  5. apt-dpkg-wrap apt-get install -t stretch-backports -y prosody && \
  6. apt-cleanup && \
  7. rm -rf /etc/prosody
  8. COPY rootfs/ /
  9. EXPOSE 5222 5269 5347 5280 5281
  10. VOLUME /config