Comment 1 for bug 1815581

Revision history for this message
Noel McLoughlin (noelmcloughlin) wrote :

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.