github.com/mboersma/deis@v1.13.4/publisher/image/Dockerfile (about) 1 FROM alpine:3.4 2 3 # install curl in the image so it is possible to get the runtime 4 # profiling information without any additional package installation. 5 RUN apk add --no-cache curl 6 7 ADD bin/publisher /usr/local/bin/publisher 8 ENTRYPOINT ["/usr/local/bin/publisher"] 9 10 ENV DEIS_RELEASE 1.13.4