gzexe
Compress executable files while keeping them executable. Back up the original file, appending ~ to its name and create a shell script that uncompresses and executes the binary inside it. More information: <https://manned.org/gzexe.1>.
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