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