Skip to content

Commit

Permalink
Tiny tweaks to the setup process for apt installs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnfeld committed Sep 10, 2015
1 parent 4916d76 commit b0804f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -28,7 +28,7 @@ sleep 5
# Install Docker
sudo bash -c 'echo "deb http://http.debian.net/debian wheezy-backports main" > /etc/apt/sources.list.d/backports.list'
sudo apt-get install -t wheezy-backports linux-image-amd64
sudo apt-get install -y linux-image-amd64
curl -sSL https://get.docker.com/ | sh
sudo usermod -a -G docker vagrant
Expand All @@ -46,7 +46,7 @@ sudo service mesos-master start
sudo service mesos-slave start
# Install portainer dependencies
sudo apt-get install python-setuptools
sudo apt-get install -y python-setuptools
sudo easy_install pip
sudo pip install virtualenv
SCRIPT
Expand Down

0 comments on commit b0804f3

Please sign in to comment.