mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update Dockerfile to use OpenSSL 1.0.2h to resolve certificate issues (#2057)
This commit is contained in:
committed by
Paulus Schoutsen
parent
aa7fa7b550
commit
96b73684eb
@@ -15,7 +15,7 @@ if [ -d python-openzwave ]; then
|
||||
git pull --recurse-submodules=yes
|
||||
git submodule update --init --recursive
|
||||
else
|
||||
git clone --recursive https://github.com/OpenZWave/python-openzwave.git
|
||||
git clone --recursive --depth 1 https://github.com/OpenZWave/python-openzwave.git
|
||||
cd python-openzwave
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user