3 lines
75 B
Docker
3 lines
75 B
Docker
FROM debian:latest
|
|
RUN apt-get update && apt-get -y install openssh-client
|
FROM debian:latest
|
|
RUN apt-get update && apt-get -y install openssh-client
|