Dockerfile 244 B

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