2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-03 22:39:52 +00:00
d2vm/examples/ubuntu.Dockerfile
Adphi a41be6d27c
fix: dockerfile relative path when running in docker
docs: update README.md to current command line api
fix: command line output white for default level

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2022-09-10 19:41:36 +02:00

5 lines
121 B
Docker

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