core: use own ffmpeg mirror

This commit is contained in:
2025-06-06 15:25:10 +01:00
parent 56f72b129d
commit fbe0c58771

View File

@ -15,7 +15,7 @@ RUN apt update && \
protobuf-compiler \ protobuf-compiler \
libclang-dev && \ libclang-dev && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN git clone --single-branch --branch release/7.1 https://git.ffmpeg.org/ffmpeg.git && \ RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/ffmpeg.git && \
cd ffmpeg && \ cd ffmpeg && \
./configure \ ./configure \
--prefix=$FFMPEG_DIR \ --prefix=$FFMPEG_DIR \