zcat
Print data from gzip compressed files. More information: <https://www.gnu.org/software/gzip/manual/gzip.html>.
RUN apt-get update && \
apt-get install -y gzip
RUN apt-get update && \
apt-get install -y gzip
RUN apk add gzip
RUN pacman -S --noconfirm gzip
RUN apt-get update && \
apt-get install -y gzip
RUN yum install -y gzip
RUN dnf install -y gzip
RUN apt-get update && \
apt-get install -y gzip