ldconfig
Configure symlinks and cache for shared library dependencies. More information: <https://manned.org/ldconfig>.
RUN apt-get update && \
apt-get install -y glibc-source
RUN apt-get update && \
apt-get install -y eglibc-source
RUN pacman -S --noconfirm glibc
RUN apt-get update && \
apt-get install -y libc-bin
RUN yum install -y glibc
RUN dnf install -y glibc
RUN apt-get update && \
apt-get install -y eglibc-source