mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-04 15:56:25 +00:00
Adphi
362c6e1d8c
Alpine example: fix missing openssh-server Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
5 lines
111 B
Docker
5 lines
111 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache openssh-server && \
|
|
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|