zipinfo
List detailed information about the contents of a .zip file. More information: <https://manned.org/zipinfo>.
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