scp
Secure copy. Copy files between hosts using Secure Copy Protocol over SSH. More information: <https://man.openbsd.org/scp>.
RUN apt-get update && \
apt-get install -y openssh-client
RUN apt-get update && \
apt-get install -y openssh-client
RUN apk add openssh-client
RUN pacman -S --noconfirm scp
RUN apt-get update && \
apt-get install -y openssh-client
RUN yum install -y openssh-clients
RUN dnf install -y openssh-clients
RUN apt-get update && \
apt-get install -y openssh-client