mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
Dockerfile: enable XDP
This commit is contained in:
parent
e15d4c837e
commit
a1b390ffbe
1 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue