bzegrep
Find extended regular expression patterns in bzip2 compressed files using egrep. More information: <https://manned.org/bzegrep>.
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