I tested again (vagrant "ubuntu/bionic64" box) running these commands first. ``` yum check-update -y || apt-get update -y yum install git libffi-devel -y || apt-get install git libffi-dev -y ```
The issue is gone. The package `libffi-dev` (Ubuntu) and `libffi-devel` (RedHat) are prequisites.
I tested again (vagrant "ubuntu/bionic64" box) running these commands first.
```
yum check-update -y || apt-get update -y
yum install git libffi-devel -y || apt-get install git libffi-dev -y
```
The issue is gone.
The package `libffi-dev` (Ubuntu) and `libffi-devel` (RedHat) are prequisites.