fix(build): add zlib

This commit is contained in:
sentriz
2021-07-01 21:12:07 +01:00
parent c0ca6aaf03
commit ccc0e3c58d
6 changed files with 8 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ RUN apk add -U --no-cache \
sqlite \
taglib-dev \
alsa-lib-dev \
zlib-dev \
go
WORKDIR /src
COPY go.mod .