zip
Package and compress (archive) files into zip file. See also: unzip. More information: <https://manned.org/zip>.
RUN apt-get update && \
apt-get install -y zip
RUN apt-get update && \
apt-get install -y zip
RUN apk add zip
RUN pacman -S --noconfirm zip
RUN apt-get update && \
apt-get install -y zip
RUN yum install -y zip
RUN dnf install -y zip
RUN apt-get update && \
apt-get install -y zip