3 lines
61 B
Django/Jinja
3 lines
61 B
Django/Jinja
FROM debian:11
|
|
|
|
RUN apt-get update && apt-get install -y ssh
|