gunzip
Extract file(s) from a gzip (.gz) archive. More information: <https://manned.org/gunzip>.
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