From cd85ab59ca052496a2afba9c468aa1af5a237064 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 00:10:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'mod/html5/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mod/html5/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mod/html5/Dockerfile b/mod/html5/Dockerfile index 8c213c5..63614c6 100644 --- a/mod/html5/Dockerfile +++ b/mod/html5/Dockerfile @@ -5,11 +5,7 @@ FROM onenetcom/docker-bbb-build:$BBB_BUILD_TAG AS builder # USER meteor ARG TAG_HTML5 -#RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_HTML5/bigbluebutton-html5 /source \ - -RUN git clone -b $TAG_HTML5 https://github.com/bigbluebutton/bigbluebutton.git \ - && mv bigbluebutton/bigbluebutton-html5 / \ - && rm -rf bigbluebutton \ +RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_HTML5/bigbluebutton-html5 \ && cd /bigbluebutton-html5 \ && meteor npm ci --production \ && METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --architecture os.linux.x86_64 --allow-superuser --directory /app \