mirror of https://github.com/docker/compose.git
Fix openssl dependency in OSX binary build
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
de90765531
commit
b05c6c6fe9
|
@ -15,7 +15,7 @@ desired_python_brew_version="2.7.9"
|
|||
python_formula="https://raw.githubusercontent.com/Homebrew/homebrew/1681e193e4d91c9620c4901efd4458d9b6fcda8e/Library/Formula/python.rb"
|
||||
|
||||
desired_openssl_version="1.0.2h"
|
||||
desired_openssl_brew_version="1.0.2h"
|
||||
desired_openssl_brew_version="1.0.2h_1"
|
||||
openssl_formula="https://raw.githubusercontent.com/Homebrew/homebrew-core/30d3766453347f6e22b3ed6c74bb926d6def2eb5/Formula/openssl.rb"
|
||||
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
|
|
Loading…
Reference in New Issue