2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-18 04:49:51 +00:00
d2vm/examples/ubuntu.Dockerfile

5 lines
123 B
Docker
Raw Normal View History

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