fix: use ffmpeg mirror
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kieran 2024-05-29 15:02:14 +01:00
parent 7767d21ccf
commit c88e055898
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -13,7 +13,7 @@ RUN apt update && \
nasm \
libclang-dev && \
rm -rf /var/lib/apt/lists/*
RUN git clone --depth=1 https://git.ffmpeg.org/ffmpeg.git && \
RUN git clone --depth=1 https://git.v0l.io/Kieran/FFmpeg.git && \
cd ffmpeg && \
./configure \
--prefix=$FFMPEG_DIR \