fgrep
Matches fixed strings in files. Equivalent to grep -F. More information: <https://www.gnu.org/software/grep/manual/grep.html>.
RUN apt-get update && \
apt-get install -y grep
RUN apt-get update && \
apt-get install -y grep
RUN apk add grep
RUN pacman -S --noconfirm grep
RUN apt-get update && \
apt-get install -y grep
RUN yum install -y grep
RUN dnf install -y grep
RUN apt-get update && \
apt-get install -y grep