aboutsummaryrefslogtreecommitdiff
path: root/app_build/jitsi-conference-focus
diff options
context:
space:
mode:
Diffstat (limited to 'app_build/jitsi-conference-focus')
-rw-r--r--app_build/jitsi-conference-focus/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/app_build/jitsi-conference-focus/Dockerfile b/app_build/jitsi-conference-focus/Dockerfile
index efb3010..7fde9b0 100644
--- a/app_build/jitsi-conference-focus/Dockerfile
+++ b/app_build/jitsi-conference-focus/Dockerfile
@@ -4,9 +4,10 @@ ARG PREFIXV
ARG VERSION
RUN apt-get update && \
apt-get install -y openjdk-11-jdk maven wget unzip && \
- wget https://github.com/jitsi/jicofo/archive/${PREFIXV}${VERSION}.zip -O jicofo.zip && \
- unzip jicofo.zip && \
- mv jicofo-jitsi-meet_${VERSION} jicofo && \
+ wget https://github.com/jitsi/jicofo/archive/${PREFIXV}${VERSION}.zip -O jicofo.zip
+
+RUN unzip jicofo.zip && \
+ mv jicofo-jitsi-meet_*${VERSION} jicofo && \
cd jicofo && \
mvn package -DskipTests -Dassembly.skipAssembly=false && \
unzip target/jicofo-1.1-SNAPSHOT-archive.zip && \