funzip
Print the content of the first (non-directory) member in an archive without extraction. More information: <https://manned.org/funzip>.
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