Skip to content

Instantly share code, notes, and snippets.

@kszucs
Created June 3, 2016 21:16
Show Gist options
  • Save kszucs/cdd988686e3d6cab2441d59a9d260984 to your computer and use it in GitHub Desktop.
Save kszucs/cdd988686e3d6cab2441d59a9d260984 to your computer and use it in GitHub Desktop.
mesos-python dockerfile
FROM python:2.7
RUN pip install cloudpickle && \
wget http://downloads.mesosphere.io/master/debian/8/mesos-0.27.0-py2.7-linux-x86_64.egg -O mesos.egg && \
easy_install mesos.egg && \
rm /mesos.egg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment