Skip to content

Commit

Permalink
Merge pull request #598 from Klarrio/offer-resource-stealing
Browse files Browse the repository at this point in the history
Mesos offer decline results in accept fix
  • Loading branch information
frankscholten authored Feb 19, 2017
2 parents a22fcd1 + 03851d4 commit 3001644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN echo "deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu trusty main" > /etc/
RUN echo "deb http://repos.mesosphere.io/ubuntu/ trusty main" > /etc/apt/sources.list.d/mesosphere.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \
apt-get -y update && \
apt-get -y install mesos=0.25.0-0.2.70.ubuntu1404 && \
rm -rf /var/lib/apt/lists/*
apt-get -y install mesos=0.26.0-0.2.145.ubuntu1404 && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 3001644

Please sign in to comment.