yaronr / docker-mesos

A distributed computing cluster-in-a-box: Mesos, zookeeper, chronos, marathon, storm + add your own. Use other physical computers to add computation power to the cluster.
GNU General Public License v3.0
25 stars 8 forks source link

Install unzip so that mesos-fetcher can extract archives. #2

Closed hilverd closed 10 years ago

hilverd commented 10 years ago

Thanks for creating this project. I was just trying out the example on https://mesosphere.io/learn/run-play-on-mesos/. This failed because mesos-fetcher could not unzip http://downloads.mesosphere.io/tutorials/PlayHello.zip. Installing unzip fixes this problem.

yaronr commented 10 years ago

Thank you! Keep contributing please! :)