7zr
File archiver with a high compression ratio. Similar to 7z except that it only supports .7z files. More information: <https://manned.org/7zr>.
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