jigasi: add jigasi support for SIP audio calls
This commit is contained in:
10
jigasi/Dockerfile
Normal file
10
jigasi/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user