feature/ssh-server #1

Merged
marcio.fernandes merged 21 commits from feature/ssh-server into main 2025-09-07 13:50:19 +00:00
Showing only changes of commit c310e2c0af - Show all commits

View File

@@ -1,4 +1,4 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y openssh-server --fix-missing RUN apt-get install -y openssh-client --fix-missing