osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/41150?usp=email )
Change subject: debian-bookworm-build: add gdb ......................................................................
debian-bookworm-build: add gdb
Add gdb to display backtraces for coredumps in jenkins.
Change-Id: I0069b157501ac37ef0a6be814b3f78e7504436a8 --- M debian-bookworm-build/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile index 5b98bef..b82fc25 100644 --- a/debian-bookworm-build/Dockerfile +++ b/debian-bookworm-build/Dockerfile @@ -80,6 +80,7 @@ gawk \ gcc \ gcc-arm-none-eabi \ + gdb \ ghostscript \ git \ gnupg \