Merge pull request #9989 from visualphoenix/docker-machine

boot2docker is not a dependency of docker-machine
This commit is contained in:
Michael 2015-03-11 11:34:01 +08:00
commit 129cd00e28
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ cask :v1 => 'docker-machine' do
system '/bin/chmod', '--', '0755', "#{staged_path}/docker-machine_darwin-amd64"
end
depends_on :cask => 'boot2docker'
depends_on :formula => 'docker'
depends_on :arch => :x86_64
end