4 lines
61 B
Text
4 lines
61 B
Text
|
FROM debian:11
|
||
|
|
||
|
RUN apt-get update && apt-get install -y ssh
|