[knot-dns] fix build of the gnutls dependency (#7589)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46482

Inspired by 88ca7c4214
This commit is contained in:
Daniel Salzman 2022-04-20 16:45:32 +02:00 committed by GitHub
parent fc6b79a20d
commit 499d402c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -23,13 +23,15 @@ RUN apt-get update && apt-get install -y \
bison \ bison \
gettext \ gettext \
gperf \ gperf \
gtk-doc-tools \
libev-dev \
libev4 \
libtasn1-bin \
libtool \ libtool \
make \ make \
pkg-config \ pkg-config \
texinfo \ texinfo \
wget \ wget
libev4 \
libev-dev
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
RUN git clone git://git.savannah.gnu.org/gnulib.git RUN git clone git://git.savannah.gnu.org/gnulib.git