[wget] Fix build by installing libz-dev (#9223)

This commit is contained in:
Tim Rühsen 2022-12-16 23:45:57 +01:00 committed by GitHub
parent 41e629718d
commit 8f979f7823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ RUN apt-get update && apt-get install -y \
python \ python \
rsync \ rsync \
gtk-doc-tools \ gtk-doc-tools \
libtasn1-bin libtasn1-bin \
libz-dev
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
ENV GNULIB_SRCDIR $SRC/gnulib ENV GNULIB_SRCDIR $SRC/gnulib