lzip
A lossless data compressor with a user interface similar to gzip or bzip2. Lzip uses a simplified form of the "Lempel-Ziv-Markovchain-Algorithm" (LZMA) stream format and provides 3-factor integrity checking to maximize interoperability and optimize safety. More information: <https://www.nongnu.org/lzip>.
RUN apt-get update && \
apt-get install -y lzip
RUN apt-get update && \
apt-get install -y lzip
RUN apk add lzip
RUN pacman -S --noconfirm lzip
RUN apt-get update && \
apt-get install -y lzip
RUN dnf install -y lzip
RUN apt-get update && \
apt-get install -y lzip