Vagrantfile: Add mitigation for GitHub's git protocol deprecation.

The planned brownouts already cause problems.

Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
Arkadiusz Hiler 2021-11-02 15:39:25 +02:00
parent 49602674d0
commit 9d98dd3391

3
Vagrantfile vendored
View File

@ -79,6 +79,9 @@ Vagrant.configure(2) do |config|
apt-get install -y ccache texinfo gpgv2 gnupg2 git docker-ce docker-ce-cli containerd.io \
fontforge-nox python-debian uuid-dev python3-pip
# https://github.blog/2021-09-01-improving-git-protocol-security-github/
git config --global url.https://github.com/.insteadOf git://github.com/
#install adobe font devkit to build source san hans
pip3 install afdko