rg
Ripgrep is a recursive line-oriented search tool. Aims to be a faster alternative to grep. More information: <https://github.com/BurntSushi/ripgrep>.
RUN apt-get update && \
apt-get install -y ripgrep
RUN apt-get update && \
apt-get install -y ripgrep
RUN pacman -S --noconfirm ripgrep
RUN apt-get update && \
apt-get install -y ripgrep
RUN dnf install -y ripgrep