Browse Source

add dependency on homebrew docker formula

master
Raymond Barbiero 10 years ago
committed by Raymond Barbiero
parent
commit
96c412b579
  1. 1
      Casks/dockermachine010.rb

1
Casks/dockermachine010.rb

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

Loading…
Cancel
Save