mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-01-11 01:38:46 -05:00
Vagrantfile: Work around an afdko bug
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user