From 6446fe3c89d61987ec9f4f8b21aad4f5ea53daa1 Mon Sep 17 00:00:00 2001 From: rtb-12 Date: Thu, 5 Feb 2026 11:24:20 +0530 Subject: [PATCH] chore: Remove linux-tools-generic from profiling Dockerfile to streamline dependencies --- .github/workflows/deps/prebuilt.profiling.Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deps/prebuilt.profiling.Dockerfile b/.github/workflows/deps/prebuilt.profiling.Dockerfile index 29ae88d8d..dcadba02b 100644 --- a/.github/workflows/deps/prebuilt.profiling.Dockerfile +++ b/.github/workflows/deps/prebuilt.profiling.Dockerfile @@ -15,8 +15,6 @@ LABEL org.opencontainers.image.description="Calimero Node with Profiling Tools" # Install base dependencies and profiling tools RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ - # Profiling tools - linux-tools-generic \ linux-tools-common \ # Memory profiling heaptrack \