Vagrantfile: Work around an afdko bug

This commit is contained in:
Andrew Eikum 2021-03-11 13:05:39 -06:00
parent 56e1154e40
commit ec0f1d98db

3
Vagrantfile vendored
View file

@ -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