Skip to content

Commit

Permalink
Fix Docker container, to use a more recent image of ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
  • Loading branch information
Umberto Zerbinati committed Sep 22, 2024
1 parent 7afc820 commit 3a47b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Setting up basic python and to be root
FROM python:3.10-slim-buster
FROM python:3.10-slim
USER root
#Setting up system variable
ENV PETSC_DIR /root/petsc
Expand Down

0 comments on commit 3a47b3a

Please sign in to comment.