2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 22:02:25 +00:00

Makefile: add docker

Alpine example: fix missing openssh-server

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-04-19 14:07:13 +02:00
parent c2f6e4ae5d
commit 362c6e1d8c
2 changed files with 3 additions and 1 deletions

View File

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