diff --git a/docker/ssh-client/Dockerfile b/docker/ssh-client/Dockerfile index 5edccc7..0dc2c5c 100644 --- a/docker/ssh-client/Dockerfile +++ b/docker/ssh-client/Dockerfile @@ -1,4 +1,4 @@ FROM ubuntu:latest RUN apt-get update && apt-get upgrade -y -RUN apt-get install -y openssh-server --fix-missing \ No newline at end of file +RUN apt-get install -y openssh-client --fix-missing \ No newline at end of file