Include MPV in release Docker image. Refers to #2910

This commit is contained in:
Deluan 2024-04-21 21:02:19 -04:00 committed by Joe Stump
parent 4e3fca54c0
commit 437bcc5fa1
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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