Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't remove python 2 from docker build-deps
Since grass package still depends on it
  • Loading branch information
nyalldawson committed Apr 9, 2018
1 parent 26d0408 commit 767d6df
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 767d6df

Please sign in to comment.