That step failed here on Ubuntu 18.04.
Solution was to install libssl-dev before:
apt install libssl-dev
After that, it worked.
That step failed here on Ubuntu 18.04.
Solution was to install libssl-dev before:
apt install libssl-dev
After that, it worked.