Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #688 from clyphub/master
Browse files Browse the repository at this point in the history
use --force-yes to install required packages
  • Loading branch information
Matthew Fisher committed Apr 4, 2014
2 parents 2677163 + 2b19dfd commit 6617b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/rackspace/prepare-node-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apt-get dist-upgrade -yq
wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -

# install required packages
apt-get install lxc lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq --force-yes

# wait for docker to start
while [ ! -e /var/run/docker.sock ] ; do
Expand Down

0 comments on commit 6617b70

Please sign in to comment.