From 9b9a56d9a631ca4539ca18604b7e08201e47ecef Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:40:43 +0800 Subject: [PATCH] build: Ffmpeg Linux address (#1853) --- installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Dockerfile b/installer/Dockerfile index be90104db..abc7d1444 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -65,7 +65,7 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \ chmod 755 /tmp && \ useradd --no-create-home --home /opt/maxkb/app/sandbox --shell /bin/bash sandbox && \ chown sandbox:sandbox /opt/maxkb/app/sandbox && \ - curl -L --connect-timeout 120 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/ffmpeg/get-ffmpeg-linux | sh + curl -L --connect-timeout 120 -m 1800 https://resource-fit2cloud-com.oss-cn-hangzhou.aliyuncs.com/maxkb/ffmpeg/get-ffmpeg-linux | sh EXPOSE 8080