Skip to content
Snippets Groups Projects
Commit 3919b014 authored by Carl Boettiger's avatar Carl Boettiger
Browse files

fix typo

parent 97ff015a
No related branches found
No related tags found
No related merge requests found
......@@ -11,15 +11,13 @@ RUN echo "deb-src http://deb.debian.org/debian jessie main" >> /etc/apt/sources.
netcdf-bin \
libgeos-dev \
libproj-dev \
libudunits2-dev
RUN wget http://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar.gz \
libudunits2-dev \
&& wget http://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar.gz \
&& tar -xf gdal-${GDAL_VERSION}.tar.gz \
&& cd gdal* \
&& ./configure && make && make install
## load MRAN mirror
RUN . /etc/environment \
&& ./configure && make && make install \
&& cd .. && rm -rf gdal-* \
&& . /etc/environment \
## Install R packages labeled "core" in Spatial taskview
&& install2.r --error --repos $MRAN \
classInt \
......@@ -30,7 +28,7 @@ RUN . /etc/environment \
gstat \
maptools \
RandomFields \
rater \
raster \
RColorBrewer \
rgdal \
rgeos \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment