From 0aacbc25836d123e3fddae6a838e2f4f6affdcb2 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Thu, 21 Aug 2025 11:16:00 +0200 Subject: [PATCH] Install bpfcc tools in the compute node docker image. This provides the binaries and libraries required for the continuous profiling at runtime. --- compute/compute-node.Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compute/compute-node.Dockerfile b/compute/compute-node.Dockerfile index ca691a8307..6d308acb2b 100644 --- a/compute/compute-node.Dockerfile +++ b/compute/compute-node.Dockerfile @@ -1991,6 +1991,10 @@ RUN apt update && \ locales \ lsof \ procps \ + bpfcc-tools \ + libbpfcc \ + libbpfcc-dev \ + libclang-dev \ rsyslog-gnutls \ screen \ tcpdump \