mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
build: Ffmpeg Linux address (#1853)
This commit is contained in:
parent
93b2c6acdd
commit
9b9a56d9a6
|
|
@ -65,7 +65,7 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
|
||||||
chmod 755 /tmp && \
|
chmod 755 /tmp && \
|
||||||
useradd --no-create-home --home /opt/maxkb/app/sandbox --shell /bin/bash sandbox && \
|
useradd --no-create-home --home /opt/maxkb/app/sandbox --shell /bin/bash sandbox && \
|
||||||
chown sandbox:sandbox /opt/maxkb/app/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
|
EXPOSE 8080
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue