Update Dockerfile
add jellyfin-ffmpeg
This commit is contained in:
@@ -47,6 +47,9 @@ RUN go build -o seanime -trimpath -ldflags="-s -w"
|
|||||||
# Complete the APP
|
# Complete the APP
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
# Add FFMPEG to the final image
|
||||||
|
RUN apk add --no-cache jellyfin-ffmpeg
|
||||||
|
|
||||||
# Set root
|
# Set root
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user