d2vm/examples/alpine.Dockerfile

6 lines
154 B
Docker

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