1 2 3 4 5 6 7
FROM ghmlee/scratch:latest MAINTAINER Graham Lee <ghmlee@ghmlee.com> ENV KEYMAKER_URL https://github.com/ghmlee.keys ENV KEYMAKER_PATH ~/.ssh/authorized_keys ADD target/release/keymaker /keymaker WORKDIR /keymaker ENTRYPOINT ["/keymaker"]