Add zlib-dev to navidrome build stage for taglib linking
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:
Erich Blume 2026-02-15 08:17:20 -08:00
commit 982ce3dff3

View file

@ -18,7 +18,7 @@ RUN npm run build
FROM golang:alpine3.22 AS build FROM golang:alpine3.22 AS build
ARG NAVIDROME_VERSION 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} \ RUN git clone --depth 1 --branch ${NAVIDROME_VERSION} \
https://forge.ops.eblu.me/eblume/navidrome.git /app https://forge.ops.eblu.me/eblume/navidrome.git /app