aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/build/jitsi-conference-focus/Dockerfile
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-01-28 23:02:37 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-01-28 23:02:37 +0100
commit982efd1b49f7435f7c49c2099aabfc994d3901fb (patch)
tree5a12b742787a99d9b4ebd137b7e08e17b611e3f5 /app/jitsi/build/jitsi-conference-focus/Dockerfile
parent5b53cf1673d29a7b81d552c69295f3dc7c736635 (diff)
downloadinfrastructure-982efd1b49f7435f7c49c2099aabfc994d3901fb.tar.gz
infrastructure-982efd1b49f7435f7c49c2099aabfc994d3901fb.zip
Still so broken...
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/Dockerfile')
-rw-r--r--app/jitsi/build/jitsi-conference-focus/Dockerfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/Dockerfile b/app/jitsi/build/jitsi-conference-focus/Dockerfile
index 525bffb..db50746 100644
--- a/app/jitsi/build/jitsi-conference-focus/Dockerfile
+++ b/app/jitsi/build/jitsi-conference-focus/Dockerfile
@@ -1,10 +1,9 @@
-FROM debian:buster AS builder
+FROM fedora:33 AS builder
+
+RUN dnf install -y java-latest-openjdk-headless maven wget unzip
ARG PREFIXV
ARG VERSION
-RUN apt-get update && \
- apt-get install -y openjdk-11-jdk-headless maven wget unzip
-
RUN wget https://github.com/jitsi/jicofo/archive/${PREFIXV}${VERSION}.zip -O jicofo.zip
RUN unzip jicofo.zip && \
mv jicofo*${VERSION} jicofo && \
@@ -13,7 +12,7 @@ RUN unzip jicofo.zip && \
unzip target/jicofo-1.1-SNAPSHOT-archive.zip && \
mv jicofo-1.1-SNAPSHOT /srv/build
-FROM debian:buster
+FROM debian:bullseye
RUN apt-get update && \
apt-get install -y openjdk-11-jre-headless ca-certificates