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

@@ -5,5 +5,6 @@ RUN apk add -U --no-cache \
git \
sqlite \
taglib-dev \
alsa-lib-dev
alsa-lib-dev \
zlib-dev
WORKDIR /src