fuser
Display process IDs currently using files or sockets. More information: <https://manned.org/fuser>.
RUN apt-get update && \
apt-get install -y psmisc
RUN apt-get update && \
apt-get install -y psmisc
RUN apk add psmisc
RUN pacman -S --noconfirm psmisc
RUN apt-get update && \
apt-get install -y psmisc
RUN yum install -y psmisc
RUN dnf install -y psmisc
RUN apt-get update && \
apt-get install -y psmisc