github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/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