From 8f979f7823fccdaf69ab5d16584db6c996151e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 16 Dec 2022 23:45:57 +0100 Subject: [PATCH] [wget] Fix build by installing libz-dev (#9223) --- projects/wget/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/wget/Dockerfile b/projects/wget/Dockerfile index f9ab0e4d0..a38fea7d9 100644 --- a/projects/wget/Dockerfile +++ b/projects/wget/Dockerfile @@ -36,7 +36,8 @@ RUN apt-get update && apt-get install -y \ python \ rsync \ gtk-doc-tools \ - libtasn1-bin + libtasn1-bin \ + libz-dev ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool ENV GNULIB_SRCDIR $SRC/gnulib