github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/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.11.0-dev