2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-26 16:49:52 +00:00
d2vm/examples/ubuntu.Dockerfile
Adphi 96026b88ab
add verbose flag, deprecate debug false
Dockerfile: add missing ca-certificates
run: hetzner: add token env var
fix examples

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

6 lines
161 B
Docker

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