Dockerfile 184 B

123456789101112
  1. ARG JITSI_REPO=jitsi
  2. FROM ${JITSI_REPO}/base-java
  3. RUN \
  4. apt-dpkg-wrap apt-get update && \
  5. apt-dpkg-wrap apt-get install -y jicofo && \
  6. apt-cleanup
  7. COPY rootfs/ /
  8. VOLUME /config