mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-05 00:06:24 +00:00
5 lines
96 B
Docker
5 lines
96 B
Docker
|
FROM alpine
|
||
|
|
||
|
RUN apk add --no-cache && \
|
||
|
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|