Skip to content

Commit 6a522bc

Browse files
committed
BLD: Dockerfile now points to master
1 parent 39877b0 commit 6a522bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ RUN apt-get -y upgrade
99
RUN apt-get clean
1010

1111
RUN conda update -y --all
12-
RUN conda install -y -c conda-forge -c nesii ocgis=1.3.2 esmpy=7.0.0 icclim=4.2.5 nose
12+
RUN conda install -y -c nesii -c conda-forge ocgis esmpy=7.0.0 icclim=4.2.5 nose
1313

1414
RUN conda remove -y ocgis
15-
RUN git clone -b v1.3.2 --depth=1 https://github.com/NCPP/ocgis.git
15+
RUN git clone --depth=1 https://github.com/NCPP/ocgis.git
1616
RUN cd ocgis && python setup.py install
1717

1818
ENV GDAL_DATA /opt/conda/share/gdal

0 commit comments

Comments
 (0)