You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Please check if the PR fulfills these requirements:
* [ ] Tests for the changes have been added/updated (if possible)
* [ ] Documentation has been updated/added if relevant
### What is the current behavior?
<!-- List issue if it fixes/closes/implements one using the "Fixes
#<number>" or "Closes #<number>" syntax -->
### What is the new behavior?
Creates a barebones Ubuntu image with the rust compiler (rustc) and
package manager (cargo).
### Other information?
<!-- Is this a breaking change? -->
<!-- How did you test -->
Tested by creating a gradeable using this image and was able to compile
and execute rust source in autograder.
0 commit comments