Skip to content

Commit

Permalink
Add gfortran to base image (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotScher authored Dec 15, 2024
1 parent 0a6d8f0 commit ace9c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu-base/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y apt-transport-https \
g++ --no-install-recommends \
gcc \
gdb \
gfortran \
git \
java-common \
libc6-dev \
Expand Down
1 change: 1 addition & 0 deletions ubuntu-base/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y apt-transport-https \
g++ --no-install-recommends \
gcc \
gdb \
gfortran \
git \
java-common \
libc6-dev \
Expand Down

0 comments on commit ace9c37

Please sign in to comment.