From 2deefd583bc65e2b4320f6d522f039a9aa05acc5 Mon Sep 17 00:00:00 2001 From: ingalls Date: Mon, 16 Sep 2024 11:42:34 -0600 Subject: [PATCH] Add ffmpeg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c55f66..1ede644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV MEDIA_VERSION=1.9.1 RUN apt-get upgrade \ && apt-get update \ - && apt-get install -y curl + && apt-get install -y curl ffmpeg RUN curl -L "https://github.com/bluenviron/mediamtx/releases/download/v${MEDIA_VERSION}/mediamtx_v${MEDIA_VERSION}_linux_amd64.tar.gz" > /archive.tar.gz \ && tar -xzvf /archive.tar.gz \