size
Displays the sizes of sections inside binary files. More information: <https://sourceware.org/binutils/docs/binutils/size.html>.
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