You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF
RUN echo "deb http://repos.mesosphere.io/ubuntu precise main" | tee /etc/apt/sources.list.d/mesosphere.list # distro and codename specific to ubuntu 12.04
RUN pip install boto # used for amazon ec2
RUN apt-get update -y
RUN apt-get install -y -q node mesos marathon zookeeper zookeeperd