fix 2 docker files

This commit is contained in:
Tommy Parnell
2017-02-17 13:41:24 -05:00
parent 2cb83c4cbf
commit 27b506d1aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM ubuntu:trusty
MAINTAINER "tommy@terribledev.io"
RUN apt-get update
RUN apt-get install -y gfortran-4.8
RUN apt-get install -y gfortran-4.4

View File

@@ -1,5 +1,5 @@
FROM ubuntu:trusty
MAINTAINER "tommy@terribledev.io"
RUN apt-get update
RUN apt-get install -y gfortran-4.8
RUN apt-get install -y gfortran-4.6