From 243b334948255cbd3f4911fde6a12723a0201750 Mon Sep 17 00:00:00 2001 From: kieran Date: Wed, 29 May 2024 15:03:47 +0100 Subject: [PATCH] fix: docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1ce8a0..9ceda48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt update && \ libclang-dev && \ rm -rf /var/lib/apt/lists/* RUN git clone --depth=1 https://git.v0l.io/Kieran/FFmpeg.git && \ - cd ffmpeg && \ + cd FFmpeg && \ ./configure \ --prefix=$FFMPEG_DIR \ --disable-programs \