bzip2
A block-sorting file compressor. More information: <https://manned.org/bzip2>.
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