FROM ubuntu-debootstrap:14.04

COPY build-mesos.sh /tmp/build.sh

RUN chmod 777 /tmp/build.sh

RUN DOCKER_BUILD=true MESOS="#VERSION#" /tmp/build.sh
