Skip to content

Commit

Permalink
include libexpat for lvbag gdal driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl authored Nov 7, 2023
1 parent 2e54c0f commit ddd13de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN cd /tmp && \
ARG FGDB_VERSION=1.5.2
ARG GDAL_VERSION=3.7.3
RUN cd /tmp && \
apt-get install -y libexpat-dev
git clone https://github.com/Esri/file-geodatabase-api.git && \
tar -xf file-geodatabase-api/FileGDB_API_${FGDB_VERSION}/FileGDB_API-RHEL7-64gcc83.tar.gz && \
rm -rf /tmp/FileGDB_API-RHEL7-64gcc83/lib/libstdc++.so* && \
Expand Down

0 comments on commit ddd13de

Please sign in to comment.