Skip to content

Commit

Permalink
update gdal and CGAL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl authored Nov 7, 2023
1 parent eb06a0d commit c3c98f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN cd /tmp && \
rm -rf /tmp/* && \
mkdir /tmp/geoflow-bundle

ARG CGAL_VERSION=5.4
ARG CGAL_VERSION=5.5
RUN cd /tmp && \
apt-get install -y libboost-system-dev libboost-thread-dev libgmp-dev libmpfr-dev zlib1g-dev && \
wget https://github.com/CGAL/cgal/releases/download/v${CGAL_VERSION}/CGAL-${CGAL_VERSION}.tar.xz && \
Expand All @@ -58,7 +58,7 @@ RUN cd /tmp && \
rm -rf /tmp/*

ARG FGDB_VERSION=1.5.2
ARG GDAL_VERSION=3.6.2
ARG GDAL_VERSION=3.7.3
RUN cd /tmp && \
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 && \
Expand Down

0 comments on commit c3c98f9

Please sign in to comment.