aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Gaffney2014-03-11 10:51:29 -0400
committerMike McQuaid2014-03-13 21:43:59 +0000
commit7d87db4b5075d5d155d855d4c7e9f21e156eda60 (patch)
tree03477ae256242f0d96d3af174e0ffe8a6c0eb151 /Library
parentd19e96c7a585060346e3a57b8600cec5511455e5 (diff)
downloadhomebrew-7d87db4b5075d5d155d855d4c7e9f21e156eda60.tar.bz2
docker 0.9.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/docker.rb3
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"