mirror of
https://github.com/v0l/route96.git
synced 2025-06-17 00:28:50 +00:00
fix: use ffmpeg mirror
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user