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