fix: docker build
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
kieran 2024-05-29 15:03:47 +01:00
parent c88e055898
commit 243b334948
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -14,7 +14,7 @@ RUN apt update && \
libclang-dev && \ libclang-dev && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN git clone --depth=1 https://git.v0l.io/Kieran/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 \
--disable-programs \ --disable-programs \