2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-14 19:29:51 +00:00
d2vm/examples/debian.Dockerfile
Adphi c2f6e4ae5d
build and convert implementations
centos: WIP

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2022-04-19 14:01:08 +02:00

5 lines
121 B
Docker

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