From fc6b79a20d02c65a0503eeb784869b4529859cfd Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Wed, 20 Apr 2022 14:56:57 +0100 Subject: [PATCH] wget, wget2: fix builds (#7587) Fixes: - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46501 - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46485 --- projects/wget/Dockerfile | 4 +++- projects/wget2/Dockerfile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/wget/Dockerfile b/projects/wget/Dockerfile index 1953e94ff..9af7b91a9 100644 --- a/projects/wget/Dockerfile +++ b/projects/wget/Dockerfile @@ -34,7 +34,9 @@ RUN apt-get update && apt-get install -y \ gperf \ wget \ python \ - rsync + rsync \ + gtk-doc-tools \ + libtasn1-bin ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool RUN git clone git://git.savannah.gnu.org/gnulib.git diff --git a/projects/wget2/Dockerfile b/projects/wget2/Dockerfile index 8513d586d..5c88281b8 100644 --- a/projects/wget2/Dockerfile +++ b/projects/wget2/Dockerfile @@ -35,7 +35,9 @@ RUN apt-get update && apt-get install -y \ python \ lzip \ rsync \ - libmicrohttpd-dev + libmicrohttpd-dev \ + gtk-doc-tools \ + libtasn1-bin ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool RUN git clone git://git.savannah.gnu.org/gnulib.git