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 bash
You can build this image by using the Makefile and the targets provided:
make
= builds the image, if noVERSION
parameter is provided will default todev
.