gdb
The GNU Debugger. More information: <https://www.gnu.org/software/gdb>.
RUN apt-get update && \
apt-get install -y gdb
RUN apt-get update && \
apt-get install -y gdb
RUN apk add gdb
RUN pacman -S --noconfirm gdb
RUN apt-get update && \
apt-get install -y gdb
RUN yum install -y gdb
RUN dnf install -y gdb
RUN apt-get update && \
apt-get install -y gdb