Vagrantfile: Work around an afdko bug
This commit is contained in:
parent
56e1154e40
commit
ec0f1d98db
1 changed files with 3 additions and 0 deletions
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…
Reference in a new issue