Files
ssh/docker/ssh-client/Dockerfile
Márcio Fernandes 91a9936b6a
Some checks failed
/ ssh-client (push) Failing after 10s
.
2025-09-07 09:46:29 +00:00

5 lines
116 B
Docker

FROM ubuntu:latest
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y openssh-client --fix-missing