5 lines
116 B
Docker
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
|