From c81edf58161254b7e9b8daba52f6dc1784bf5f95 Mon Sep 17 00:00:00 2001 From: JulianBihl <49682625+JulianBihl@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:56:09 +0100 Subject: [PATCH] Added gdb to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ec13088..448a0f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install --install-recommends -y \ clang-tidy \ gcc \ g++ \ + gdb \ gcc-arm-linux-gnueabihf \ g++-arm-linux-gnueabihf \ cmake \