ssh-argv0
secure shell (SSH) client, for secure access to remote machines
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 apt-get update && \
apt-get install -y openssh-client
RUN apt-get update && \
apt-get install -y openssh-client