pstree
A convenient tool to show running processes as a tree. More information: <https://manned.org/pstree>.
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