put back QT_SELECT

This commit is contained in:
Denis Rouzaud 2019-06-18 22:32:32 +02:00
parent bf10738d2f
commit 6051c7b4b6
2 changed files with 2 additions and 0 deletions

View File

@ -129,5 +129,6 @@ RUN locale-gen
RUN echo "alias python=python3" >> ~/.bash_aliases
ENV QT_SELECT=5
ENV LANG=C.UTF-8
ENV PATH="/usr/local/bin:${PATH}"

View File

@ -146,6 +146,7 @@ RUN echo "alias python=python3" >> ~/.bash_aliases
RUN curl -k https://orfeo-toolbox.org/qgis/OTB-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
ENV LANG=C.UTF-8
ENV PATH="/usr/local/bin:${PATH}"