mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Ensure ruby is installed when running the dokku-installer
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user