2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-30 18:29:51 +00:00
d2vm/examples/alpine.Dockerfile
Adphi 362c6e1d8c
Makefile: add docker
Alpine example: fix missing openssh-server

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

5 lines
111 B
Docker

FROM alpine
RUN apk add --no-cache openssh-server && \
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config