All checks were successful
/ build-docker-image (push) Successful in 10s
4 lines
115 B
Docker
4 lines
115 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt-get update && apt-get upgrade -y
|
|
RUN apt-get install -y openssh-client --fix-missing |