fix: use ffmpeg mirror
This commit is contained in:
parent
7767d21ccf
commit
c88e055898
@ -13,7 +13,7 @@ RUN apt update && \
|
|||||||
nasm \
|
nasm \
|
||||||
libclang-dev && \
|
libclang-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
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 && \
|
cd ffmpeg && \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=$FFMPEG_DIR \
|
--prefix=$FFMPEG_DIR \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user