FROM alpine:latest

RUN apk --no-cache add openssh-client

COPY entry.sh /

CMD ["/entry.sh"]
