Skip to content

Commit

Permalink
Update src/apps/base-images/gdal/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Koch <[email protected]>
  • Loading branch information
jemacchi and dnlkoch authored Oct 1, 2024
1 parent d83e2f0 commit bf0f584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/base-images/gdal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt update && apt-get install -y wget build-essential libuv1-dev g++ libstdc
libssl-dev swig zlib1g-dev proj-bin proj-data libproj-dev sqlite3 libsqlite3-dev \
libtiff-dev libcurl4-openssl-dev cmake libcrypto++-dev ant libeccodes-dev libnetcdf-dev
# Install GDAL
RUN wget http://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar.gz -O /tmp/gdal.tar.gz && \
RUN wget https://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar.gz -O /tmp/gdal.tar.gz && \
tar xzf /tmp/gdal.tar.gz -C /tmp && \
cd /tmp/gdal-${GDAL_VERSION} && \
sed -i 's/source="7"/source="8"/' /tmp/gdal-${GDAL_VERSION}/swig/java/build.xml && \
Expand Down

0 comments on commit bf0f584

Please sign in to comment.