This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.4 | |
ENV PYTHONUNBUFFERED 1 | |
RUN apt-get update ; apt-get --assume-yes install binutils libproj-dev gdal-bin | |
RUN wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2 | |
RUN tar -xjf geos-3.4.2.tar.bz2 | |
RUN cd geos-3.4.2; ./configure; make; make install | |
RUN wget http://download.osgeo.org/gdal/1.11.0/gdal-1.11.0.tar.gz | |
RUN tar -xzf gdal-1.11.0.tar.gz |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.