Skip to content

Commit

Permalink
Don't remove python 2 from docker build-deps
Browse files Browse the repository at this point in the history
Since grass package still depends on it

(cherry-picked from 3455c13)
  • Loading branch information
nyalldawson committed Apr 10, 2018
1 parent 3cabaa8 commit 2d9722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 2d9722d

Please sign in to comment.