mirror of https://github.com/google/oss-fuzz.git
[knot-dns] add libev4 dep for gnutls (#3199)
This commit is contained in:
parent
60069cf1fe
commit
1ccf149b8c
|
@ -28,7 +28,9 @@ RUN apt-get update && apt-get install -y \
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue