mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
build: Add ffmpeg Linux dependency (#1848)
This commit is contained in:
parent
f2373da1b9
commit
93b2c6acdd
|
|
@ -64,7 +64,8 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
|
|||
find /opt/maxkb/app -mindepth 1 -not -name 'sandbox' -exec chmod 700 {} + && \
|
||||
chmod 755 /tmp && \
|
||||
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
|
||||
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Reference in New Issue