Update Dockerfile

add jellyfin-ffmpeg
This commit is contained in:
2025-09-24 19:01:59 +01:00
parent 958bd63caf
commit 1abb370706

View File

@@ -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