From 899fb12f68e469a1a4d1eef141b4b3ab5fec3cb2 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Fri, 22 Aug 2025 10:43:25 -0400 Subject: [PATCH] DLPX-95175 add bpfcc-tools to the base delphix image PR URL: https://www.github.com/delphix/delphix-platform/pull/542 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index b35c2336d..88d173b80 100755 --- a/debian/rules +++ b/debian/rules @@ -127,6 +127,7 @@ DEPENDS += delphix-build-info, # DEPENDS += aptitude, \ bcc, \ + bpfcc-tools, \ bpftrace, \ crash-python, \ delphix-rust, \