fix(build): add zlib

This commit is contained in:
sentriz
2021-07-01 21:15:28 +01:00
parent c0ca6aaf03
commit ccc0e3c58d
6 changed files with 8 additions and 5 deletions
+1
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 .