ack
A search tool like grep, optimized for developers. See also: rg, which is much faster. More information: <https://beyondgrep.com/documentation>.
RUN apt-get update && \
apt-get install -y ack
RUN apt-get update && \
apt-get install -y ack
RUN apk add ack
RUN pacman -S --noconfirm ack
RUN apt-get update && \
apt-get install -y ack
RUN dnf install -y ack
RUN apt-get update && \
apt-get install -y ack