jitsi-deployment/jigasi/Dockerfile

11 lines
154 B
Docker
Raw Normal View History

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