Fix openssl dependency in OSX binary build

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-09-28 13:13:04 -07:00
parent de90765531
commit b05c6c6fe9
1 changed files with 1 additions and 1 deletions

View File

@ -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"