The Bopmatic Build Container contains the set of tools, libraries, and compilers required for creating Bopmatic projects.
make
This container image is published to Docker Hub at https://hub.docker.com/r/bopmatic/build and can be installed via:
docker run -i -t --rm --name bopmatic-build -v $PWD:$PWD -w $PWD bopmatic/build:latest /bin/bash
TBD
Pull requests are welcome at https://github.com/bopmatic/build-container For major changes, please open an issue first to discuss what you would like to change.