Skip to content

Commit

Permalink
Merge pull request #58 from ewsterrenburg/master
Browse files Browse the repository at this point in the history
Added gdal-bin to docker file
  • Loading branch information
justb4 committed Aug 25, 2017
2 parents 0699d6c + 0eda0e3 commit d2f3d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update && \
libgdal-dev \
build-essential \
python-dev \
python-setuptools
python-setuptools \
gdal-bin

# Get latest Stetl from git
RUN git clone https://github.com/geopython/stetl /opt/stetl
Expand Down

0 comments on commit d2f3d4b

Please sign in to comment.