Dockerfile: enable XDP

This commit is contained in:
Daniel Salzman 2021-02-05 12:30:42 +01:00
parent e15d4c837e
commit a1b390ffbe

View file

@ -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 <knot-dns@labs.nic.cz>
# Environment
ENV RUNTIME_PKGS \
iproute2 \
libedit2 \
libelf1 \
libfstrm0 \
libgnutls30 \
libidn2-0 \