From cc917e38302cb63385cd1ba63d5551fc2d51a79c Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Fri, 8 Aug 2025 10:03:17 -0400 Subject: [PATCH 1/2] Remove bcc as it pulls in 30 deps and 645MiB of on disk content --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 828a324..71e3cfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,14 +16,11 @@ RUN rm -rf /opt/bin/local-scripts && ln -s /opt/bin/network-tools /usr/bin/netwo # Make sure to maintain alphabetical ordering when adding new packages. RUN INSTALL_PKGS="\ - bcc \ - bcc-tools \ conntrack-tools \ iproute \ nginx \ numactl \ perf \ - python3-bcc \ traceroute \ wireshark-cli \ " && \ From b5970b353659efe9d059af40a3df29eada03fc49 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Fri, 8 Aug 2025 10:06:57 -0400 Subject: [PATCH 2/2] Remove perf as well, additional 5 packages and 15MiB --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71e3cfb..f28503a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,6 @@ RUN INSTALL_PKGS="\ iproute \ nginx \ numactl \ - perf \ traceroute \ wireshark-cli \ " && \