Add zlib-static
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Bruder 2020-01-05 13:08:04 +00:00
parent 4332f086fb
commit ada50e3492
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -4,7 +4,8 @@ RUN apk add --no-cache \
build-base \ build-base \
cvs \ cvs \
git \ git \
zlib-dev zlib-dev \
zlib-static
RUN cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat \ RUN cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat \
&& cd libowfat \ && cd libowfat \