mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-08 23:16:49 +00:00
fix docker ffmpeg image tag
This commit is contained in:
@@ -114,8 +114,8 @@ FROM prepare_package AS final
|
||||
ENV LD_PRELOAD="/usr/local/lib/libjemalloc.so"
|
||||
|
||||
# 引入支持 amr 编码的静态 ffmpeg
|
||||
COPY --from=mwader/static-ffmpeg:7.1.0 /ffmpeg /usr/local/bin/
|
||||
COPY --from=mwader/static-ffmpeg:7.1.0 /ffprobe /usr/local/bin/
|
||||
COPY --from=mwader/static-ffmpeg:8.1.1 /ffmpeg /usr/local/bin/
|
||||
COPY --from=mwader/static-ffmpeg:8.1.1 /ffprobe /usr/local/bin/
|
||||
|
||||
# python 环境
|
||||
COPY --from=prepare_venv --chmod=777 ${VENV_PATH} ${VENV_PATH}
|
||||
|
||||
Reference in New Issue
Block a user