FROM debian:trixie-slim AS builder
# Environment
-ENV BUILD_PKGS \
+ENV BUILD_PKGS=" \
autoconf \
automake \
gcc \
libxdp-dev \
make \
pkg-config \
- protobuf-c-compiler
+ protobuf-c-compiler"
# Install dependencies
RUN apt-get update && \
LABEL maintainer="Knot DNS <knot-dns@labs.nic.cz>"
# Environment
-ENV RUNTIME_PKGS \
+ENV RUNTIME_PKGS=" \
dbus \
libbpf1 \
libedit2 \
libngtcp2-16 \
libprotobuf-c1 \
liburcu8t64 \
- libxdp1
+ libxdp1"
# Install dependencies and create knot user and group
ARG UID=53