Skip to content

Commit 62c9c29

Browse files
committed
build: Add ffmpeg Linux dependency
1 parent 16ecccb commit 62c9c29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
6464
find /opt/maxkb/app -mindepth 1 -not -name 'sandbox' -exec chmod 700 {} + && \
6565
chmod 755 /tmp && \
6666
useradd --no-create-home --home /opt/maxkb/app/sandbox --shell /bin/bash sandbox && \
67-
chown sandbox:sandbox /opt/maxkb/app/sandbox
67+
chown sandbox:sandbox /opt/maxkb/app/sandbox && \
68+
curl -L --connect-timeout 120 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/ffmpeg/get-ffmpeg-linux | sh
6869

6970

7071
EXPOSE 8080

0 commit comments

Comments
 (0)