From 499d402c91b633e46b54f57ead7d3cda96b9f0c0 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Wed, 20 Apr 2022 16:45:32 +0200 Subject: [PATCH] [knot-dns] fix build of the gnutls dependency (#7589) Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46482 Inspired by https://github.com/google/oss-fuzz/commit/88ca7c42141f6c99f30724d2179bb26b0fa84d0b --- projects/knot-dns/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/projects/knot-dns/Dockerfile b/projects/knot-dns/Dockerfile index 3c96b70ca..bea59ac6f 100644 --- a/projects/knot-dns/Dockerfile +++ b/projects/knot-dns/Dockerfile @@ -23,13 +23,15 @@ RUN apt-get update && apt-get install -y \ bison \ gettext \ gperf \ + gtk-doc-tools \ + libev-dev \ + libev4 \ + libtasn1-bin \ libtool \ make \ pkg-config \ texinfo \ - wget \ - libev4 \ - libev-dev + wget ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool RUN git clone git://git.savannah.gnu.org/gnulib.git