Files
d2vm/examples/ubuntu.Dockerfile
T
2022-04-19 14:01:08 +02:00

5 lines
123 B
Docker

FROM ubuntu
RUN apt update && apt install -y openssh-server && \
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config \