5 lines
93 B
Docker
5 lines
93 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt-get update
|
|
|
|
RUN apt-get install -y openssh-client --fix-missing |