From ca005f6457fcd57f5fb8abb731fc947d44b88060 Mon Sep 17 00:00:00 2001 From: Deluan <deluan@navidrome.org> Date: Sun, 21 Apr 2024 21:02:19 -0400 Subject: [PATCH] Include MPV in release Docker image. Refers to #2910 --- .github/workflows/pipeline.dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.dockerfile b/.github/workflows/pipeline.dockerfile index 0e2a1a24b..af6e182a1 100644 --- a/.github/workflows/pipeline.dockerfile +++ b/.github/workflows/pipeline.dockerfile @@ -16,11 +16,13 @@ RUN chmod +x /navidrome ##################################################### ### Build Final Image -FROM alpine as release +FROM alpine:3.18 LABEL maintainer="deluan@navidrome.org" -# Install ffmpeg and output build config -RUN apk add --no-cache ffmpeg +# Install ffmpeg and mpv +RUN apk add -U --no-cache ffmpeg mpv + +# Show ffmpeg build info, for troubleshooting purposes RUN ffmpeg -buildconf COPY --from=copy-binary /navidrome /app/