addr2line
Convert addresses of a binary into file names and line numbers. More information: <https://manned.org/addr2line>.
RUN apt-get update && \
apt-get install -y binutils
RUN apt-get update && \
apt-get install -y binutils
RUN apk add binutils
RUN pacman -S --noconfirm binutils
RUN apt-get update && \
apt-get install -y binutils
RUN yum install -y binutils
RUN dnf install -y binutils
RUN apt-get update && \
apt-get install -y binutils