mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-13 07:08:10 +03:00
Vagrantfile: Work around an afdko bug
This commit is contained in:
parent
56e1154e40
commit
ec0f1d98db
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -82,6 +82,9 @@ Vagrant.configure(2) do |config|
|
||||
#install adobe font devkit to build source san hans
|
||||
pip install afdko
|
||||
|
||||
#work around an afdko dependency bug
|
||||
pip install singledispatch==3.4.0.4
|
||||
|
||||
#allow vagrant user to run docker
|
||||
adduser vagrant docker
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user