unzip
Extract files/directories from ZIP archives. See also: zip. More information: <https://manned.org/unzip>.
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