JuceDocker: A very stripped down way to build JUCE apps using Docker.
The base dev machine image is a prebuilt image (based on ubuntu-latest) I have here: https://github.com/eyalamirmusic/JuceDevMachine
This uses the configuration protype: https://github.com/eyalamirmusic/JUCECmakeRepoPrototype
As a configuration prototype, as well as the package manager: https://github.com/cpm-cmake/CPM.cmake
Which triggers automatically when configuring the project with CMake.