docker: a bunch of tweaks to bring the docker setup up to snuff with the latest
[arvados.git] / docker / build.sh
index a6bb5b843ac55fe2a263aa82a53fd0d04cb1d798..cbcc840667c4001365d5644be6fc4e1b16817d90 100755 (executable)
@@ -5,10 +5,10 @@ if ! ruby -e 'exit RUBY_VERSION >= "1.9.3"' 2>/dev/null
 then
     echo "Installing Arvados requires at least Ruby 1.9.3."
     echo "You may need to enter your password."
-    read -p "Press Ctrl-C to abort, otherwise we will install ruby1.9.3 now..." unused
-    
+    read -p "Press Ctrl-C to abort, or else press ENTER to install ruby1.9.3 and continue. " unused
+
     sudo apt-get update
     sudo apt-get -y install ruby1.9.3
 fi
 
-./build.rb $*
+build_tools/build.rb $*