mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Don't remove python 2 from docker build-deps
Since grass package still depends on it
This commit is contained in:
parent
7d66f034ad
commit
3455c13fa0
@ -97,7 +97,7 @@ RUN apt-get update \
|
||||
mock \
|
||||
future \
|
||||
termcolor \
|
||||
&& apt-get autoremove -y python3-pip python2.7 \
|
||||
&& apt-get autoremove -y python3-pip \
|
||||
&& apt-get clean
|
||||
|
||||
RUN echo "alias python=python3" >> ~/.bash_aliases
|
||||
|
Loading…
x
Reference in New Issue
Block a user