changed the version of mesos to avoid backward compatibility issue

This commit is contained in:
Vishu Dontham
2017-04-30 02:58:53 +05:30
parent eada2707c2
commit c49a3cfdd7

View File

@@ -30,7 +30,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \
CODENAME=jessie && \
echo "deb http://repos.mesosphere.io/${DISTRO} ${CODENAME} main" > /etc/apt/sources.list.d/mesosphere.list && \
apt-get -y update && \
apt-get --no-install-recommends -y --force-yes install mesos=0.25.0-0.2.70.debian81 && \
apt-get --no-install-recommends -y --force-yes install mesos=1.2\* && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*