7 lines
81 B
Docker
7 lines
81 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt-get update
|
|
|
|
RUN apt-get install -y openssh-client
|
|
|