jitsi-deployment/jigasi/Dockerfile
2018-10-17 11:59:53 +02:00

11 lines
154 B
Docker

FROM jitsi/base-java
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jigasi && \
apt-cleanup
COPY rootfs/ /
VOLUME /config