p7zip
Wrapper of 7-Zip file archiver with high compression ratio. Internally executes either 7za or 7zr command. More information: <http://p7zip.sourceforge.net>.
RUN apt-get update && \
apt-get install -y p7zip
RUN apt-get update && \
apt-get install -y p7zip
RUN apk add p7zip
RUN pacman -S --noconfirm p7zip
RUN apt-get update && \
apt-get install -y p7zip
RUN dnf install -y p7zip
RUN apt-get update && \
apt-get install -y p7zip