aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/build/jitsi-conference-focus/Dockerfile
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@dufour.io>2021-02-01 08:40:59 +0100
committerQuentin Dufour <quentin@dufour.io>2021-02-01 08:40:59 +0100
commit0a87d26e47646fb0a3e9a9399ea83b39640583b1 (patch)
tree66b79c1cd096fd1a0923aa35e93364d393f6b417 /app/jitsi/build/jitsi-conference-focus/Dockerfile
parentcb69a1123cc36c792cb0993ae46c3700a7391a62 (diff)
downloadinfrastructure-0a87d26e47646fb0a3e9a9399ea83b39640583b1.tar.gz
infrastructure-0a87d26e47646fb0a3e9a9399ea83b39640583b1.zip
Polish configuration
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/Dockerfile')
-rw-r--r--app/jitsi/build/jitsi-conference-focus/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/Dockerfile b/app/jitsi/build/jitsi-conference-focus/Dockerfile
index 0e11df9..13e99be 100644
--- a/app/jitsi/build/jitsi-conference-focus/Dockerfile
+++ b/app/jitsi/build/jitsi-conference-focus/Dockerfile
@@ -1,7 +1,8 @@
-FROM fedora:33 AS builder
+FROM debian:buster AS builder
# unzip is required when executing the mvn package command
-RUN dnf install -y java-latest-openjdk-headless maven git unzip
+RUN apt-get update && \
+ apt-get install -y openjdk-11-jdk-headless maven git unzip
ARG JICOFO_TAG
RUN git clone --depth 1 --branch $JICOFO_TAG https://github.com/jitsi/jicofo
@@ -14,7 +15,7 @@ RUN mvn package -DskipTests -Dassembly.skipAssembly=false
RUN unzip target/jicofo-1.1-SNAPSHOT-archive.zip && \
mv jicofo-1.1-SNAPSHOT /srv/build
-FROM debian:bullseye
+FROM debian:buster
RUN apt-get update && \
apt-get install -y openjdk-11-jre-headless ca-certificates