Add zlib-dev to navidrome build stage for taglib linking
All checks were successful
Build Container / build (push) Successful in 2m23s
All checks were successful
Build Container / build (push) Successful in 2m23s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
996441876d
commit
982ce3dff3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ RUN npm run build
|
|||
FROM golang:alpine3.22 AS build
|
||||
|
||||
ARG NAVIDROME_VERSION
|
||||
RUN apk add --no-cache build-base git taglib-dev
|
||||
RUN apk add --no-cache build-base git taglib-dev zlib-dev
|
||||
|
||||
RUN git clone --depth 1 --branch ${NAVIDROME_VERSION} \
|
||||
https://forge.ops.eblu.me/eblume/navidrome.git /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue