High-performance authoritative DNS server. Please support the development https://donations.nic.cz/donate/?project=knot-dns
refresh, remote owl, address 0.0.0.0@53, failed (connection reset)
dig @127.0.0.1
and get a response
Step #4: configure: error: ***
Step #4: *** libev4 was not found.
$ git diff
diff --git a/projects/knot-dns/Dockerfile b/projects/knot-dns/Dockerfile
index 22b1039..4977181 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