strace
Troubleshooting tool for tracing system calls. More information: <https://manned.org/strace>.
RUN apt-get update && \
apt-get install -y strace
RUN apt-get update && \
apt-get install -y strace
RUN apk add strace
RUN pacman -S --noconfirm strace
RUN apt-get update && \
apt-get install -y strace
RUN yum install -y strace
RUN dnf install -y strace
RUN apt-get update && \
apt-get install -y strace