ltrace
Display dynamic library calls of a process. More information: <https://manned.org/ltrace>.
RUN apt-get update && \
apt-get install -y ltrace
RUN apt-get update && \
apt-get install -y ltrace
RUN apk add ltrace
RUN pacman -S --noconfirm ltrace
RUN apt-get update && \
apt-get install -y ltrace
RUN yum install -y ltrace
RUN dnf install -y ltrace
RUN apt-get update && \
apt-get install -y ltrace