mt-gnu
GNU cpio -- a program to manage archives of files
RUN apt-get update && \
apt-get install -y cpio
RUN apt-get update && \
apt-get install -y cpio
RUN apk add cpio
RUN pacman -S --noconfirm cpio
RUN apt-get update && \
apt-get install -y cpio
RUN yum install -y cpio
RUN dnf install -y cpio
RUN apt-get update && \
apt-get install -y cpio