diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2022-04-20 16:45:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 15:45:32 +0100 |
commit | 499d402c91b633e46b54f57ead7d3cda96b9f0c0 (patch) | |
tree | e87f561e2fd0d8e28deca80f46f76a9ffb36330d /projects | |
parent | fc6b79a20d02c65a0503eeb784869b4529859cfd (diff) |
[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
Diffstat (limited to 'projects')
-rw-r--r-- | projects/knot-dns/Dockerfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/projects/knot-dns/Dockerfile b/projects/knot-dns/Dockerfile index 3c96b70c..bea59ac6 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 |