Skip to content

Commit

Permalink
Update gfortran binary snapshot link
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jul 23, 2021
1 parent a800b60 commit a32f01d
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
Expand Up @@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt -y install tzdata

# Install a binary of gcc so we get a sufficiently current version.
RUN cd $INSTALL_PATH &&\
wget https://gfortran.meteodat.ch/download/x86_64/snapshots/gcc-11-20210314.tar.xz &&\
wget https://gfortran.meteodat.ch/download/x86_64/snapshots/gcc-11-20210717.tar.xz &&\
tar xf gcc-11-20210314.tar.xz &&\
wget http://gfortran.meteodat.ch/download/x86_64/gcc-infrastructure.tar.xz &&\
tar xf gcc-infrastructure.tar.xz &&\
Expand Down

0 comments on commit a32f01d

Please sign in to comment.