We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2373da commit 93b2c6aCopy full SHA for 93b2c6a
installer/Dockerfile
@@ -64,7 +64,8 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
64
find /opt/maxkb/app -mindepth 1 -not -name 'sandbox' -exec chmod 700 {} + && \
65
chmod 755 /tmp && \
66
useradd --no-create-home --home /opt/maxkb/app/sandbox --shell /bin/bash sandbox && \
67
- chown sandbox:sandbox /opt/maxkb/app/sandbox
+ 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
69
70
71
EXPOSE 8080
0 commit comments