diff options
| author | Michael Gaffney | 2014-03-11 10:51:29 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 21:43:59 +0000 |
| commit | 7d87db4b5075d5d155d855d4c7e9f21e156eda60 (patch) | |
| tree | 03477ae256242f0d96d3af174e0ffe8a6c0eb151 /Library/Formula/docker.rb | |
| parent | d19e96c7a585060346e3a57b8600cec5511455e5 (diff) | |
| download | homebrew-7d87db4b5075d5d155d855d4c7e9f21e156eda60.tar.bz2 | |
docker 0.9.0
Diffstat (limited to 'Library/Formula/docker.rb')
| -rw-r--r-- | Library/Formula/docker.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index 9f1501a76..0861b8d32 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -2,7 +2,7 @@ require "formula" class Docker < Formula homepage "http://docker.io" - url "https://github.com/dotcloud/docker.git", :tag => "v0.8.1" + url "https://github.com/dotcloud/docker.git", :tag => "v0.9.0" option "without-completions", "Disable bash/zsh completions" @@ -17,6 +17,7 @@ class Docker < Formula def install ENV["GIT_DIR"] = cached_download/".git" ENV["AUTO_GOPATH"] = "1" + ENV["DOCKER_CLIENTONLY"] = "1" system "hack/make.sh", "dynbinary" bin.install "bundles/#{version}/dynbinary/docker-#{version}" => "docker" |
