From 1abb3707061578e35db7ec571c75e81987c96ebd Mon Sep 17 00:00:00 2001 From: rama Date: Wed, 24 Sep 2025 19:01:59 +0100 Subject: [PATCH] Update Dockerfile add jellyfin-ffmpeg --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index dd85914..1387556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,9 @@ RUN go build -o seanime -trimpath -ldflags="-s -w" # Complete the APP FROM alpine:latest +# Add FFMPEG to the final image +RUN apk add --no-cache jellyfin-ffmpeg + # Set root WORKDIR /app