Install bpfcc tools in the compute node docker image.

This provides the binaries and libraries required for the continuous
profiling at runtime.
This commit is contained in:
Victor Polevoy
2025-08-21 11:16:00 +02:00
parent cb9874dc4e
commit 0aacbc2583

View File

@@ -1991,6 +1991,10 @@ RUN apt update && \
locales \
lsof \
procps \
bpfcc-tools \
libbpfcc \
libbpfcc-dev \
libclang-dev \
rsyslog-gnutls \
screen \
tcpdump \