Skip to content

Commit 2d9722d

Browse files
committed
Don't remove python 2 from docker build-deps
Since grass package still depends on it (cherry-picked from 3455c13)
1 parent 3cabaa8 commit 2d9722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/qgis3-build-deps.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ RUN apt-get update \
9797
mock \
9898
future \
9999
termcolor \
100-
&& apt-get autoremove -y python3-pip python2.7 \
100+
&& apt-get autoremove -y python3-pip \
101101
&& apt-get clean
102102

103103
RUN echo "alias python=python3" >> ~/.bash_aliases

0 commit comments

Comments
 (0)