From 1ccf149b8c233e40490aebec96221944c52faffd Mon Sep 17 00:00:00 2001 From: Jonathan Foote Date: Tue, 7 Jan 2020 15:47:02 -0500 Subject: [PATCH] [knot-dns] add libev4 dep for gnutls (#3199) --- projects/knot-dns/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/knot-dns/Dockerfile b/projects/knot-dns/Dockerfile index 22b103968..497718131 100644 --- a/projects/knot-dns/Dockerfile +++ b/projects/knot-dns/Dockerfile @@ -28,7 +28,9 @@ RUN apt-get update && apt-get install -y \ make \ pkg-config \ texinfo \ - wget + wget \ + libev4 \ + libev-dev ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool RUN git clone git://git.savannah.gnu.org/gnulib.git