This project hosts the Dockerfile for the JamJar build image, this image contains all the tools required to develop the JamJar game engine.
You can use this image like this:
docker run -it jamjarlabs/jamjar-build-image:latest bashYou can build this image by using the Makefile and the targets provided:
make= builds the image, if noVERSIONparameter is provided will default todev.