aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-17 19:35:31 +0100
committerAbhishek Arya <inferno@chromium.org>2020-01-17 10:35:31 -0800
commitdcf68ac497989e0328aba0e6df07a19688d7c249 (patch)
tree7f4188568969cac9a9f9b267d9f575090e00419e /projects
parentf6002f6139f4db5a6ee36a4d422b8189b143ce46 (diff)
downloadoss-fuzz-dcf68ac497989e0328aba0e6df07a19688d7c249.tar.gz
[GDAL] Update download URL for netCDF dependency (#3248)
Diffstat (limited to 'projects')
-rw-r--r--projects/gdal/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/gdal/Dockerfile b/projects/gdal/Dockerfile
index f04859e62..649fe3f43 100644
--- a/projects/gdal/Dockerfile
+++ b/projects/gdal/Dockerfile
@@ -28,7 +28,7 @@ RUN git clone --depth 1 https://github.com/curl/curl.git gdal/curl
COPY NC4_put_propattr_leak_fix.patch libnetcdf_fix_undefined_left_shift_in_ncx_get_size_t.patch $SRC/
-RUN curl ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.4.1.1.tar.gz > gdal/netcdf-4.4.1.1.tar.gz && \
+RUN curl https://www.gfd-dennou.org/arch/netcdf/unidata-mirror/netcdf-4.4.1.1.tar.gz > gdal/netcdf-4.4.1.1.tar.gz && \
cd gdal && \
tar xzf netcdf-4.4.1.1.tar.gz && \
rm -f netcdf-4.4.1.1.tar.gz && \