unzipsfx
Create a self-extracting compressed binary file by prepending self-extracting stubs on a zip file. More information: <https://manned.org/unzipsfx>.
RUN apt-get update && \
apt-get install -y unzip
RUN apt-get update && \
apt-get install -y unzip
RUN apk add unzip
RUN pacman -S --noconfirm unzip
RUN apt-get update && \
apt-get install -y unzip
RUN yum install -y unzip
RUN dnf install -y unzip
RUN apt-get update && \
apt-get install -y unzip