Skip to content

Commit 6617b70

Browse files
author
Matthew Fisher
committed
Merge pull request #688 from clyphub/master
use --force-yes to install required packages
2 parents 2677163 + 2b19dfd commit 6617b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/rackspace/prepare-node-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apt-get dist-upgrade -yq
3434
wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
3535

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

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

0 commit comments

Comments
 (0)