diff --git a/Dockerfile b/Dockerfile index 84465bd..f1ce8a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \