From c310e2c0afe19693cd9d943af6fedaae16247202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Sep 2025 00:00:40 +0000 Subject: [PATCH] d --- docker/ssh-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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