From 6a522bcccc53d5ec67aa506c001478d20b27348b Mon Sep 17 00:00:00 2001 From: bekozi Date: Fri, 5 May 2017 15:13:13 -0600 Subject: [PATCH] BLD: Dockerfile now points to master --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1321ad766..437ae34b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ RUN apt-get -y upgrade RUN apt-get clean RUN conda update -y --all -RUN conda install -y -c conda-forge -c nesii ocgis=1.3.2 esmpy=7.0.0 icclim=4.2.5 nose +RUN conda install -y -c nesii -c conda-forge ocgis esmpy=7.0.0 icclim=4.2.5 nose RUN conda remove -y ocgis -RUN git clone -b v1.3.2 --depth=1 https://github.com/NCPP/ocgis.git +RUN git clone --depth=1 https://github.com/NCPP/ocgis.git RUN cd ocgis && python setup.py install ENV GDAL_DATA /opt/conda/share/gdal