mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
put back QT_SELECT
This commit is contained in:
parent
bf10738d2f
commit
6051c7b4b6
@ -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}"
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user