Skip to content

Commit

Permalink
Add mathplotlibb to tested docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Sep 12, 2024
1 parent 8dcf16b commit 53c595b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dodona-tested.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ RUN mkdir -p /usr/share/man/man1mkdir -p /usr/share/man/man1 \
# Add the user which will run the student's code and the judge.
&& useradd -m runner \
&& mkdir /home/runner/workdir \
&& chown -R runner:runner /home/runner/workdir
&& chown -R runner:runner /home/runner/workdir \
# Extra dependencies made available to python users
&& pip install --no-cache-dir --upgrade matplotlib==3.9.1

USER runner
WORKDIR /home/runner/workdir
Expand Down

0 comments on commit 53c595b

Please sign in to comment.