7za
File archiver with a high compression ratio. Similar to 7z except that it supports fewer file types but is cross-platform. More information: <https://manned.org/7za>.
RUN apt-get update && \
apt-get install -y p7zip-full
RUN apt-get update && \
apt-get install -y p7zip-full
RUN apk add p7zip
RUN pacman -S --noconfirm p7zip
RUN apt-get update && \
apt-get install -y p7zip-full
RUN dnf install -y p7zip
RUN apt-get update && \
apt-get install -y p7zip-full