Skip to content

Commit

Permalink
update gcc51 on edsri gdb to address gdal compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanb committed Jan 9, 2018
1 parent 25ba10d commit 2245e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ RUN echo "Installing GEOS libraries..." && \

# Get ESRI FileGDB libraries for Fiona/Geopandas Python packages
# http://appsforms.esri.com/products/download/
ARG FILEGDB_VERSION=1_4
ARG FILEGDB_VERSION=1_5
RUN echo "Installing ESRI FileGDB libraries..." && \
mkdir -p /provisioning/filegdb && \
curl -# -o filegdb_api_${FILEGDB_VERSION}-64.tar.gz https://www.dropbox.com/s/dti2x6ydibyfs68/filegdb_api_1_2-64.tar.gz?dl=1 && \
curl -L -o filegdb_api_${FILEGDB_VERSION}-64.tar.gz https://www.dropbox.com/s/xi11vshwt9uojsy/FileGDB_API_1_5_64gcc51.tar.gz?dl=1 && \
tar -zxvf filegdb_api_${FILEGDB_VERSION}-64.tar.gz && \
cp -r FileGDB_API-64/lib/* /usr/local/lib && \
cp -r FileGDB_API-64/include/* /usr/local/include && \
cp -r FileGDB_API-64gcc51/lib/* /usr/local/lib && \
cp -r FileGDB_API-64gcc51/include/* /usr/local/include && \
ldconfig -v && \
rm -rf /provisioning/filegdb* /provisioning/FileGDB*

Expand Down

0 comments on commit 2245e73

Please sign in to comment.