Skip to content

Commit

Permalink
Pull busybox instead of an old ubuntu image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxMercedes committed Jan 5, 2019
1 parent 84a987b commit 6fa679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grader/grader/test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_build(parse_and_run):
dockerfile_path = os.path.join(path, "assignments", "a1",
"gradesheet", "Dockerfile")
with open(dockerfile_path, 'w') as dockerfile:
dockerfile.write("FROM ubuntu:12.04")
dockerfile.write("FROM busybox")

# Build the image
parse_and_run(["build", "a1"])
Expand Down

0 comments on commit 6fa679a

Please sign in to comment.