aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRiobard2014-02-11 14:00:16 -0330
committerMike McQuaid2014-02-11 17:38:58 +0000
commit6fd67539ebb6fffdfc689c4fea81804e550eca2e (patch)
tree0967e78b219a59a305569fb5b622a8f266a45dfd /Library
parent78545acfc8b529c9590a5db66ad1f528a2832acc (diff)
downloadhomebrew-6fd67539ebb6fffdfc689c4fea81804e550eca2e.tar.bz2
boot2docker: make dependency on docker recommended
Closes #26435. Closes #26627. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boot2docker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 815b84e34..d528c1db2 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -5,7 +5,7 @@ class Boot2docker < Formula
url 'https://github.com/steeve/boot2docker/archive/v0.5.4.tar.gz'
sha1 '881630491b335230d62a679b8dfbb52c3e249fb8'
- depends_on "docker"
+ depends_on "docker" => :recommended
def install
bin.install "boot2docker"