From 91a9936b6a2da5e88bc288e2bffeb4d9026daf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Sep 2025 09:46:29 +0000 Subject: [PATCH] . --- 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 0dc2c5c..4bde873 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-client --fix-missing \ No newline at end of file +RUN apt-get install -y openssh-client --fix-missing