Skip to content

Commit 3455c13

Browse files
committed
Don't remove python 2 from docker build-deps
Since grass package still depends on it
1 parent 7d66f03 commit 3455c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 1 deletion
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)