F3D in a Docker container
I was trying to render some 3D models into images, and found F3D which is a neat tool and library for that purpose. It worked great on my machine, but would segfault without any other information when run inside a Docker container.
$ f3d --input=my_model.stl --output=/tmp/preview.png …