mirror of https://github.com/google/oss-fuzz.git
[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:
parent
fc6b79a20d
commit
499d402c91
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue