Files
ssh/docker/Dockerfile
Márcio Fernandes fc6fd653fe
Some checks failed
/ build-docker-image (push) Failing after 44s
fix docker image
2025-03-29 18:40:53 +00:00

7 lines
81 B
Docker

FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y openssh-client