Skip to content

Commit

Permalink
fix OTB link
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 23, 2020
1 parent df0b95a commit 4679777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -157,7 +157,7 @@ RUN locale-gen
RUN echo "alias python=python3" >> ~/.bash_aliases

# OTB: download and install otb packages for QGIS tests
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
RUN curl -k https://www.orfeo-toolbox.org/packages/archives/OTB/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
Expand Down

0 comments on commit 4679777

Please sign in to comment.