d
All checks were successful
/ ssh-client-container (push) Successful in 10s
/ ssh-server-container (push) Successful in 10s

This commit is contained in:
2025-09-07 00:00:40 +00:00
parent 8e75b904c4
commit c310e2c0af

View File

@@ -1,4 +1,4 @@
FROM ubuntu:latest
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