2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-07-02 19:29:52 +00:00
d2vm/examples/ubuntu.Dockerfile

5 lines
121 B
Docker
Raw Normal View History

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