github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/publisher/image/Dockerfile (about)

     1  FROM alpine:3.1
     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 --update-cache curl && rm -rf /var/cache/apk/*
     6  
     7  ADD bin/publisher /usr/local/bin/publisher
     8  ENTRYPOINT ["/usr/local/bin/publisher"]
     9  
    10  ENV DEIS_RELEASE 1.10.0-dev