[knot-dns] add libev4 dep for gnutls (#3199)

This commit is contained in:
Jonathan Foote 2020-01-07 15:47:02 -05:00 committed by Abhishek Arya
parent 60069cf1fe
commit 1ccf149b8c
1 changed files with 3 additions and 1 deletions

View File

@ -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