Skip to content

Commit

Permalink
Update base.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl authored Nov 7, 2023
1 parent ddd13de commit aa509a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +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
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 aa509a6

Please sign in to comment.