chore: Add GDB to docker image (#2429)

This commit is contained in:
Ayaz Salikhov
2025-08-13 13:49:24 +01:00
committed by GitHub
parent 312e7be2b4
commit 0d262e74bc
3 changed files with 31 additions and 2 deletions

View File

@@ -42,6 +42,10 @@ RUN apt-get update \
git-lfs \
graphviz \
jq \
# libgmp, libmpfr and libncurses are gdb dependencies
libgmp-dev \
libmpfr-dev \
libncurses-dev \
make \
ninja-build \
python3 \
@@ -92,6 +96,7 @@ COPY --from=clio-tools \
/usr/local/bin/ClangBuildAnalyzer \
/usr/local/bin/git-cliff \
/usr/local/bin/gh \
/usr/local/bin/gdb \
/usr/local/bin/
WORKDIR /root