Skip to content
Snippets Groups Projects
Commit a1b390ff authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Dockerfile: enable XDP

parent e15d4c83
Branches
Tags
No related merge requests found
Pipeline #76099 passed with stages
in 12 minutes and 34 seconds
......@@ -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 \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment