Ensure ruby is installed when running the dokku-installer

This commit is contained in:
Jose Diaz-Gonzalez
2014-12-08 21:33:29 -05:00
parent 129a5fd33d
commit a915b8888f

View File

@@ -91,6 +91,7 @@ count:
@find tests -type f | xargs cat | wc -l
dokku-installer:
apt-get install -qq -y ruby
test -f /var/lib/dokku/.dokku-installer-created || gem install rack -v 1.5.2 --no-rdoc --no-ri
test -f /var/lib/dokku/.dokku-installer-created || gem install rack-protection -v 1.5.3 --no-rdoc --no-ri
test -f /var/lib/dokku/.dokku-installer-created || gem install sinatra -v 1.4.5 --no-rdoc --no-ri