diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 11:46:14 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 11:46:14 +0200 |
commit | da034dabfcedcded964b6022153cf5a8a7ae9380 (patch) | |
tree | 46a773e021e58c57a0a0436e4efd0deb133f0199 /app/build/jitsi-conference-focus/Dockerfile | |
parent | 744fa8b8c9cfd17ee34967f70393e7597d75daa6 (diff) | |
download | infrastructure-da034dabfcedcded964b6022153cf5a8a7ae9380.tar.gz infrastructure-da034dabfcedcded964b6022153cf5a8a7ae9380.zip |
Finally it seems to work
Diffstat (limited to 'app/build/jitsi-conference-focus/Dockerfile')
-rw-r--r-- | app/build/jitsi-conference-focus/Dockerfile | 4 |
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 |