docker/windows: install git, gitlfs, 7zip and python3 with choco
authorJordan Petridis <jordan@centricular.com>
Tue, 21 Jan 2020 13:27:19 +0000 (15:27 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 29 Jan 2020 17:39:46 +0000 (17:39 +0000)
commitdf6ebdeaaf04d449fa82ac23b90a62e3ff7ccb26
tree078f6576505ffb9839666eabf6d86f314f3366ac
parentc0caae072298992b768a4606503423b0a5ea765f
docker/windows: install git, gitlfs, 7zip and python3 with choco

Move them into a seperate script to avoid needing to refresh the
env, and make it simpler.

Adapted from patches by Xavier Claessens!
docker/windows/Dockerfile
docker/windows/install_choco.ps1 [new file with mode: 0644]
docker/windows/install_toolchain.ps1