Closed RobotSail closed 9 months ago
Hi @RobotSail Thanks for reporting the issue! It seems python3.7 is not installable via apt in ubuntu16, I will update the Dockerfile to build the python instead. In the meantime you can use the Dockerfile based on Ubuntu-20 to build the container
docker build -t fixmorph -f Dockerfile.20.04 .
Updated Dockerfile to use latest versions of llvm/clang/python/bear etc in commit d4fe1889416f54db54b775c754810e39b637a800
Hi all,
It seems like there is a problem with the default Dockerfile where Ubuntu cannot find the
python3.7
package: