readelf
Displays information about ELF files. More information: <http://man7.org/linux/man-pages/man1/readelf.1.html>.
RUN apt-get update && \
apt-get install -y binutils-multiarch
RUN apt-get update && \
apt-get install -y binutils-2.26
RUN apk add binutils
RUN pacman -S --noconfirm aarch64-linux-gnu-binutils
RUN apt-get update && \
apt-get install -y binutils-mipsisa32r6el-linux-gnu
RUN yum install -y binutils
RUN dnf install -y binutils-arc-linux-gnu
RUN apt-get update && \
apt-get install -y binutils-multiarch