Don't remove python 2 from docker build-deps

Since grass package still depends on it
This commit is contained in:
Nyall Dawson 2018-04-09 11:46:29 +10:00
parent 7d66f034ad
commit 3455c13fa0

View File

@ -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