Skip to content

Commit

Permalink
Fix broken location of GDAL CURRENT to fixed 2.2.4 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Mar 28, 2018
1 parent 41bed18 commit 8ca63f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ RUN apt-get update && \
xfonts-scalable xvfb

# Download GDAL
RUN wget http://download.osgeo.org/gdal/CURRENT/gdal-2.2.3.tar.gz && \
tar zxvf gdal-2.2.3.tar.gz && \
cd gdal-2.2.3 && \
RUN wget http://download.osgeo.org/gdal/2.2.4/gdal-2.2.4.tar.gz && \
tar zxvf gdal-2.2.4.tar.gz && \
cd gdal-2.2.4 && \
./configure && \
make && \
make install && \
Expand Down

0 comments on commit 8ca63f1

Please sign in to comment.