mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 10:47:19 +03:00
Include MPV in release Docker image. Refers to #2910
This commit is contained in:
parent
6dcfe4d455
commit
ca005f6457
8
.github/workflows/pipeline.dockerfile
vendored
8
.github/workflows/pipeline.dockerfile
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user