# Alpine base image FROM alpine:edge RUN apk add --no-cache bash docker openssh-keygen vim ADD entrypoint /bin/ CMD [ "/bin/entrypoint" ]