d2vm/examples/alpine.Dockerfile

5 lines
96 B
Docker

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