From: Daniel Salzman Date: Tue, 20 Dec 2022 07:50:55 +0000 (+0100) Subject: scripts: add libbpf to Rocky Dockerfile X-Git-Tag: v3.4.dev~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afbbfccf3b900a609e5080daace5ecbf9b8d6aeb;p=thirdparty%2Fknot-dns.git scripts: add libbpf to Rocky Dockerfile --- diff --git a/scripts/docker/rocky:latest/Dockerfile b/scripts/docker/rocky:latest/Dockerfile index 2b9036bcb2..2e15c3d94c 100644 --- a/scripts/docker/rocky:latest/Dockerfile +++ b/scripts/docker/rocky:latest/Dockerfile @@ -12,6 +12,7 @@ RUN dnf -y --enablerepo crb install \ 'pkgconfig' \ 'pkgconfig(lmdb)' \ 'pkgconfig(gnutls)' \ + 'pkgconfig(libbpf)' \ 'pkgconfig(libcap-ng)' \ 'pkgconfig(libedit)' \ 'pkgconfig(libfstrm)' \