d2vm/examples/alpine.Dockerfile

5 lines
111 B
Docker

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