d2vm/examples/ubuntu.Dockerfile

5 lines
123 B
Docker

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