From: Daniel Salzman Date: Fri, 5 Feb 2021 11:30:42 +0000 (+0100) Subject: Dockerfile: enable XDP X-Git-Tag: v3.1.0~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b390ffbe89ec036839b40a7977bfd8bfc2c874;p=thirdparty%2Fknot-dns.git Dockerfile: enable XDP --- diff --git a/Dockerfile b/Dockerfile index 73c7ba911f..7f57eb9262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ENV BUILD_PKGS \ gcc \ git-core \ libedit-dev \ + libelf-dev \ libfstrm-dev \ libgnutls28-dev \ libidn2-0-dev \ @@ -34,6 +35,7 @@ RUN autoreconf -if && \ --with-storage=/storage \ --with-configdir=/config \ --with-module-dnstap=yes \ + --enable-xdp=yes \ --disable-fastparser \ --disable-static \ --disable-documentation && \ @@ -46,7 +48,9 @@ MAINTAINER Knot DNS # Environment ENV RUNTIME_PKGS \ + iproute2 \ libedit2 \ + libelf1 \ libfstrm0 \ libgnutls30 \ libidn2-0 \