Dockerfile 256 B

12345678910111213
  1. FROM jitsi/base
  2. RUN \
  3. apt-dpkg-wrap apt-get update && \
  4. apt-dpkg-wrap apt-get install -t stretch-backports -y prosody && \
  5. apt-cleanup && \
  6. rm -rf /etc/prosody
  7. COPY rootfs/ /
  8. EXPOSE 5222 5269 5347 5280
  9. VOLUME ["/config", "/prosody-plugins-custom"]