docker/windows: work around a python ssl issue
authorJordan Petridis <jordan@centricular.com>
Wed, 22 Jan 2020 11:59:44 +0000 (13:59 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 29 Jan 2020 17:39:46 +0000 (17:39 +0000)
commit23f303eb9407f5810080b750483f3dc9e3f46548
tree38171e0af8317ee69d80cc78da5027a7b862096a
parent0320050e063004de972ba88de9d3b2bd5c9138f9
docker/windows: work around a python ssl issue

Python fails to validate github.com SSL certificate, unless we first
run a dummy download to force refreshing Windows' CA database.
See: https://bugs.python.org/issue36137

Adapted from patches by Xavier Claessens!
docker/windows/prepare_gst_env.ps1