bzfgrep
Find any fixed strings separated by new lines in bzip2 compressed files using fgrep. More information: <https://manned.org/bzfgrep>.
RUN apt-get update && \
apt-get install -y bzip2
RUN apt-get update && \
apt-get install -y bzip2
RUN apk add bzip2
RUN pacman -S --noconfirm bzip2
RUN apt-get update && \
apt-get install -y bzip2
RUN yum install -y bzip2
RUN dnf install -y bzip2
RUN apt-get update && \
apt-get install -y bzip2