FROM ubuntu:18.04
LABEL maintainer=mitgcm-devel@mitgcm.org

RUN apt-get -y update && apt-get -y install make git gfortran libnetcdff-dev python

