github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/mesos/template (about)

     1  FROM ubuntu-debootstrap:14.04
     2  
     3  ENV DEBIAN_FRONTEND noninteractive
     4  
     5  COPY build-mesos.sh /tmp/build.sh
     6  
     7  RUN DOCKER_BUILD=true MESOS="#VERSION#" /tmp/build.sh
     8  
     9  ENV DEIS_RELEASE 1.10.0-dev