gfortran
Preprocess and compile Fortran source files, then assemble and link them together. More information: <https://gcc.gnu.org/wiki/GFortran>.
RUN apt-get update && \
apt-get install -y gfortran
RUN apt-get update && \
apt-get install -y gfortran
RUN apk add gfortran
RUN pacman -S --noconfirm gcc-gfortran
RUN apt-get update && \
apt-get install -y gfortran
RUN yum install -y gcc-gfortran
RUN dnf install -y gcc-gfortran
RUN apt-get update && \
apt-get install -y gfortran