Files
jitsi-meet-deployment/jvb/Dockerfile
Saúl Ibarra Corretgé 271300a37e jvb: remove no longer needed dependency
It's now listed as a jvb dependency, so we don't need to install it explicitly.
2018-08-09 23:27:29 +02:00

13 lines
188 B
Docker

FROM jitsi/base-java
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jitsi-videobridge && \
apt-cleanup
COPY rootfs/ /
VOLUME /config
EXPOSE 10000/udp 4443