tar
Archiving utility. Often combined with a compression method, such as gzip or bzip2. More information: <https://www.gnu.org/software/tar>.
RUN apt-get update && \
apt-get install -y tar
RUN apt-get update && \
apt-get install -y tar
RUN apk add tar
RUN pacman -S --noconfirm tar
RUN apt-get update && \
apt-get install -y tar
RUN yum install -y tar
RUN dnf install -y tar
RUN apt-get update && \
apt-get install -y tar