bzgrep
Find patterns in bzip2 compressed files using grep. More information: <https://manned.org/bzgrep>.
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