From 562b5186ce225e560c003a062c345568c35f88db Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 1 Nov 2019 11:27:08 +0100 Subject: [PATCH] Fix link to OTB binaries --- .docker/qgis3-build-deps.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/qgis3-build-deps.dockerfile b/.docker/qgis3-build-deps.dockerfile index c890251aaac..b3ced020b83 100644 --- a/.docker/qgis3-build-deps.dockerfile +++ b/.docker/qgis3-build-deps.dockerfile @@ -143,7 +143,7 @@ RUN locale-gen RUN echo "alias python=python3" >> ~/.bash_aliases # OTB: download and install otb packages for QGIS tests -RUN curl -k https://orfeo-toolbox.org/qgis/OTB-Linux64.run -o /tmp/OTB-Linux64.run && sh /tmp/OTB-Linux64.run --target /opt/otb +RUN curl -k https://www.orfeo-toolbox.org/packages/OTB-7.0.0-Linux64.run -o /tmp/OTB-Linux64.run && sh /tmp/OTB-Linux64.run --target /opt/otb ENV OTB_INSTALL_DIR=/opt/otb ENV QT_SELECT=5