Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andriish authored Jan 26, 2024
1 parent f9fc287 commit b392b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM fedora:39
RUN dnf -y update && dnf -y install dnf5 && dnf -y clean all
RUN dnf5 -y install julia python gcc-c++ gcc-gfortran && dnf5 -y clean all
RUN dnf -y update && dnf -y install dnf5 && dnf -y clean all
RUN dnf5 -y install julia python gcc-c++ gcc-gfortran && dnf5 -y clean all

0 comments on commit b392b63

Please sign in to comment.