From 7ed01074faccf9225c4cc1f1f335bc739ae03a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Thu, 11 Jan 2024 05:53:02 +0800 Subject: [PATCH] Fix: ffmpeg missing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陳鈞 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index aa85a7e..d0c533c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3=3.9.2-3 apt-get clean && \ rm -rf /var/lib/apt/lists/* +COPY --link --from=mwader/static-ffmpeg:6.1.1 /ffmpeg /usr/bin/ +COPY --link --from=mwader/static-ffmpeg:6.1.1 /ffprobe /usr/bin/ + ARG UID EXPOSE 8080