zipgrep
Find patterns in files in a ZIP archive using extended regular expression (supports ?, +, {}, () and |). More information: <https://manned.org/zipgrep>.
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