CodeGrade / orca

Grading job server for CS student submissions.
1 stars 1 forks source link

Dockerfile should Pull Updated Java, Racket, etc. #16

Closed williams-jack closed 1 year ago

williams-jack commented 2 years ago

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.