docker fedora: missing cmake

This commit is contained in:
Philippe Teuwen 2021-09-05 00:16:34 +02:00
commit cbab6a74c9

View file

@ -2,7 +2,7 @@
``` ```
sudo yum -y update sudo yum -y update
sudo yum -y install python-pip sudo yum -y install cmake python-pip
python3 -m pip install ansicolors sslcrypto python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long tools/pm3_tests.sh --long
``` ```