FROM debian:latest

COPY build-initial.sh /tmp
RUN /tmp/build-initial.sh && rm -rf /tmp/*

CMD ["/usr/sbin/sshd -D"]