Skip to content

Instantly share code, notes, and snippets.

View nshaud's full-sized avatar

Nicolas Audebert nshaud

View GitHub Profile
@nshaud
nshaud / Dockerfile
Created March 19, 2018 15:34 — 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 \