This commit is contained in:
ra_ma
2025-09-25 23:23:43 +01:00
parent 1abb370706
commit 6db73c926f

View File

@@ -48,7 +48,7 @@ RUN go build -o seanime -trimpath -ldflags="-s -w"
FROM alpine:latest
# Add FFMPEG to the final image
RUN apk add --no-cache jellyfin-ffmpeg
RUN apk add --no-cache jellyfin-ffmpeg mesa-dri-gallium mesa-va-gallium linux-firmware-amdgpu
# Set root
WORKDIR /app