ldd
Display shared library dependencies of a binary. Do not use on an untrusted binary, use objdump for that instead. More information: <https://manned.org/ldd>.
RUN apt-get update && \
apt-get install -y libc-bin
RUN apt-get update && \
apt-get install -y libc-bin
RUN pacman -S --noconfirm glibc
RUN apt-get update && \
apt-get install -y libc-bin
RUN yum install -y glibc-common
RUN dnf install -y glibc-common
RUN apt-get update && \
apt-get install -y libc-bin