aboutsummaryrefslogtreecommitdiff
path: root/app/build/jitsi-conference-focus/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'app/build/jitsi-conference-focus/Dockerfile')
-rw-r--r--app/build/jitsi-conference-focus/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build/jitsi-conference-focus/Dockerfile b/app/build/jitsi-conference-focus/Dockerfile
index 93301e9..e2c459c 100644
--- a/app/build/jitsi-conference-focus/Dockerfile
+++ b/app/build/jitsi-conference-focus/Dockerfile
@@ -16,7 +16,9 @@ RUN unzip jicofo.zip && \
FROM debian:buster
RUN apt-get update && \
- apt-get install -y openjdk-11-jdk ca-certificates
+ apt-get install -y openjdk-11-jre-headless ca-certificates
+
+ENV JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/root -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=.sip-communicator -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi"
COPY --from=builder /srv/build /srv/jicofo
COPY jicofo /usr/local/bin/jicofo