Skip to content

Instantly share code, notes, and snippets.

View pksorensen's full-sized avatar

Poul Kjeldager Sørensen pksorensen

View GitHub Profile
@pksorensen
pksorensen / Dockerfile
Created March 20, 2016 19:21 — forked from klokan/Dockerfile
GDAL in Docker - stable GDAL with JP2KAK, MRSID and ECW: https://registry.hub.docker.com/u/klokantech/gdal/
FROM debian:7
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -qq update \
&& apt-get -qq -y --no-install-recommends install \
autoconf \
automake \
build-essential \
curl \
FROM ubuntu
Maintainer Poul Kjeldager Sørensen
RUN apt-get update && apt-get install -y \
automake \
build-essential \
libboost-all-dev \
git \
wget
RUN wget http://download.osgeo.org/gdal/1.11.4/gdal-1.11.4.tar.gz