2
0

Dockerfile 195 B

1234567891011
  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 jitsi-videobridge2 && \
  6. apt-cleanup
  7. COPY rootfs/ /
  8. VOLUME /config