which
Locate a program in the user's path. More information: <https://manned.org/which>.
RUN apt-get update && \
apt-get install -y debianutils
RUN apt-get update && \
apt-get install -y npm
RUN apk add which
RUN pacman -S --noconfirm which
RUN apt-get update && \
apt-get install -y debianutils
RUN yum install -y which
RUN dnf install -y which
RUN apt-get update && \
apt-get install -y debianutils