I’ve made a minor addition to a fork of the MarlinBuilder repo to add support for developing inside of a container. In short, this allows you to create consistent dev and build environments independent of your host computer. Rather than polluting your computer with local installations of dependencies that might be inconsistent from developer to developer, this is guaranteed to provide a complete, repeatable, and dependable environment every time.
A made a Walkthrough Video to showcase what it’s about. I wanted to get feedback before I send a pull request.
John