2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-02-13 20:55:50 +00:00
d2vm/examples/ubuntu.Dockerfile

5 lines
121 B
Docker
Raw Permalink Normal View History

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