uuencode
Encode binary files into ASCII for transport via mediums that only support simple ASCII encoding. More information: <https://manned.org/uuencode>.
RUN apt-get update && \
apt-get install -y sharutils
RUN apt-get update && \
apt-get install -y sharutils
RUN apk add sharutils
RUN pacman -S --noconfirm sharutils
RUN apt-get update && \
apt-get install -y sharutils
RUN yum install -y sharutils
RUN dnf install -y sharutils
RUN apt-get update && \
apt-get install -y sharutils