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:
@ -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
|
||||
|
Reference in New Issue
Block a user