Skip to content

Commit

Permalink
Merge pull request #63 from asridharan/issue-17
Browse files Browse the repository at this point in the history
Updated mesos Dockerfile to install docker-engine. Resolves #17
  • Loading branch information
Greg Mann committed Jul 8, 2016
2 parents 6f7ea4d + 7a7a711 commit 60ad15c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mesos/dockerfile-templates/mesos
@@ -1,6 +1,14 @@
FROM ubuntu:14.04
MAINTAINER Mesosphere <support@mesosphere.io>


RUN apt-get update && \
apt-get -y install apt-transport-https ca-certificates && \
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && \
echo deb https://apt.dockerproject.org/repo ubuntu-trusty main > /etc/apt/sources.list.d/docker.list && \
apt-get update && \
apt-get -y install docker-engine

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 && \
Expand Down

0 comments on commit 60ad15c

Please sign in to comment.