Skip to content

Commit

Permalink
Merge 3a5226f into 537654e
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas committed Aug 18, 2018
2 parents 537654e + 3a5226f commit 2fca29f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
@@ -1,15 +1,10 @@
FROM python:2.7
FROM ecarrara/python-gdal

RUN apt-get update && apt-get install -y wget

ENV DOCKERIZE_VERSION v0.5.0
ENV DOCKERIZE_VERSION v0.6.1
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& tar -C /usr/local/bin -xzvf dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& rm dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz

RUN apt-get install -y libgdal-dev
RUN pip install --global-option=build_ext --global-option="-I/usr/include/gdal" gdal==1.10

ADD /geokey/local_settings /app/local_settings
ADD /geokey /app
# Uncomment for communitymaps.
Expand Down

0 comments on commit 2fca29f

Please sign in to comment.