forked from Deuxfleurs/infrastructure
Fix broken Jitsi...
This commit is contained in:
parent
b00fc0eaf1
commit
fb4ffbc7fa
3 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@ services:
|
|||
VERSION: 4966
|
||||
image: superboum/amd64_jitsi_meet:v1
|
||||
|
||||
jitsi-confererence-focus:
|
||||
jitsi-conference-focus:
|
||||
build:
|
||||
context: ./jitsi-conference-focus
|
||||
args:
|
||||
|
|
|
@ -7,7 +7,7 @@ RUN apt-get update && \
|
|||
wget https://github.com/jitsi/jicofo/archive/${PREFIXV}${VERSION}.zip -O jicofo.zip
|
||||
|
||||
RUN unzip jicofo.zip && \
|
||||
mv jicofo-jitsi-meet_*${VERSION} jicofo && \
|
||||
mv jicofo*${VERSION} jicofo && \
|
||||
cd jicofo && \
|
||||
mvn package -DskipTests -Dassembly.skipAssembly=false && \
|
||||
unzip target/jicofo-1.1-SNAPSHOT-archive.zip && \
|
||||
|
|
|
@ -8,10 +8,11 @@ RUN apt-get update && \
|
|||
wget https://github.com/jitsi/jitsi-videobridge/archive/${PREFIXV}${VERSION}.zip -O jvb.zip
|
||||
|
||||
RUN unzip jvb.zip && \
|
||||
mv jitsi-videobridge-*${VERSION} jvb && \
|
||||
mv jitsi-videobridge*${VERSION} jvb && \
|
||||
cd jvb && \
|
||||
mvn package -DskipTests && \
|
||||
unzip target/jitsi-videobridge-*.zip && \
|
||||
ls jvb/target && \
|
||||
unzip jvb/target/jitsi-videobridge*.zip && \
|
||||
mv jitsi-videobridge-*-SNAPSHOT build
|
||||
|
||||
FROM debian:buster
|
||||
|
|
Loading…
Reference in a new issue