Dockerfile 216 B

12345678910111213
  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 jicofo && \
  7. apt-cleanup
  8. COPY rootfs/ /
  9. VOLUME /config