diff --git a/projects/knot-dns/Dockerfile b/projects/knot-dns/Dockerfile index 3c96b70ca..bea59ac6f 100644 --- a/projects/knot-dns/Dockerfile +++ b/projects/knot-dns/Dockerfile @@ -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