d2vm/examples/alpine.Dockerfile

5 lines
96 B
Docker
Raw Normal View History

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