2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-26 08:39:52 +00:00
d2vm/examples/debian.Dockerfile

5 lines
121 B
Docker
Raw Normal View History

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