Grader container will need access to the most recent versions of Java, DrRacket, and other languages/tools necessary for grading various assignments.
This is pretty simple overall -- it just requires ensuring that the right apt-get commands are being run in the build stage specified by the Dockerfile.
We already know that the python image used for the containers is from a base of Debian, so running these commands should be fairly straightforward.
Grader container will need access to the most recent versions of Java, DrRacket, and other languages/tools necessary for grading various assignments.
This is pretty simple overall -- it just requires ensuring that the right
apt-get
commands are being run in the build stage specified by theDockerfile
.We already know that the python image used for the containers is from a base of Debian, so running these commands should be fairly straightforward.