OrcaSlicer
OrcaSlicer copied to clipboard
Fixup docker build/run
DockerBuild.sh was failing on dependencies, masked by exit 0. Cause was the addition of an autoreconf to the MPFR cmake, requires libtool which was missing from the package install in the Dockerfile.
Added --rm to DockerRun.sh for convenience.