Skip to content

Commit

Permalink
Merge pull request #806 from sean-morris/master
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Jun 19, 2024
2 parents e565f23 + ceea661 commit 71b60e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**v5.6.0(unreleased):**

* final_grades.csv: notebook name is the file name for each row instead of the full path to the notebook and the rows are sorted by notebook name
* Added backwards compatibility to Otter Grade for autograder configuration zip files generated in previous major versions of Otter-grader

**v5.5.0:**

Expand Down
2 changes: 1 addition & 1 deletion otter/grade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y curl unzip dos2unix && \
apt-get install -y curl unzip dos2unix wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/*

Expand Down

0 comments on commit 71b60e1

Please sign in to comment.