From f37693562a4fc4f9ebbd7c5fc55b2ca48b564c52 Mon Sep 17 00:00:00 2001 From: opcoder0 <110003254+opcoder0@users.noreply.github.com> Date: Tue, 7 May 2024 04:47:34 +0000 Subject: [PATCH] [sonic-slave]: Add remake to debug makefiles * Remake supports GDB style debugging for makefiles making it easier to traverse complicated makefiles and stepping through builds --- sonic-slave-bookworm/Dockerfile.j2 | 1 + sonic-slave-bullseye/Dockerfile.j2 | 1 + sonic-slave-buster/Dockerfile.j2 | 1 + 3 files changed, 3 insertions(+) diff --git a/sonic-slave-bookworm/Dockerfile.j2 b/sonic-slave-bookworm/Dockerfile.j2 index 18a64a620cfb..ba839f1a79ab 100644 --- a/sonic-slave-bookworm/Dockerfile.j2 +++ b/sonic-slave-bookworm/Dockerfile.j2 @@ -91,6 +91,7 @@ RUN apt-get update && apt-get install -y \ {{ GZ_COMPRESS_PROGRAM }} \ git \ build-essential \ + remake \ libtool \ lintian \ sudo \ diff --git a/sonic-slave-bullseye/Dockerfile.j2 b/sonic-slave-bullseye/Dockerfile.j2 index 7bcf438cca82..4ff550aca554 100644 --- a/sonic-slave-bullseye/Dockerfile.j2 +++ b/sonic-slave-bullseye/Dockerfile.j2 @@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y eatmydata && eatmydata apt-get install {{ GZ_COMPRESS_PROGRAM }} \ git \ build-essential \ + remake \ libtool \ lintian \ sudo \ diff --git a/sonic-slave-buster/Dockerfile.j2 b/sonic-slave-buster/Dockerfile.j2 index 5b2146eedbe6..ac4108fac0b9 100644 --- a/sonic-slave-buster/Dockerfile.j2 +++ b/sonic-slave-buster/Dockerfile.j2 @@ -93,6 +93,7 @@ RUN apt-get update && apt-get install -y eatmydata && eatmydata apt-get install {{ GZ_COMPRESS_PROGRAM }} \ git \ build-essential \ + remake \ libtool \ lintian \ sudo \