We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2677163 commit 2b19dfdCopy full SHA for 2b19dfd
1 file changed
contrib/rackspace/prepare-node-image.sh
@@ -34,7 +34,7 @@ apt-get dist-upgrade -yq
34
wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
35
36
# install required packages
37
-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
38
39
# wait for docker to start
40
while [ ! -e /var/run/docker.sock ] ; do
0 commit comments