Skip to content

Commit 348eb94

Browse files
committed
try to clean remaining sip version
1 parent 44afc04 commit 348eb94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN apt-get update \
9494
mock \
9595
future \
9696
termcolor \
97-
&& apt-get autoremove -y python3-pip python2.7 \
97+
&& apt-get autoremove -y python3-pip python2.7 python3-sip sip-dev\
9898
&& apt-get clean
9999

100100
WORKDIR /root
@@ -103,8 +103,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
103103
&& mkdir /root/sip419 \
104104
&& mv $(find -type d -iname 'sip-*')/* sip419
105105
WORKDIR /root/sip419
106-
RUN sed -i -r "s/SIP_API_MINOR_NR 4/SIP_API_MINOR_NR 3/" siplib/sip.h.in.in \
107-
&& python3 build.py prepare \
106+
RUN python3 build.py prepare \
108107
&& python3 configure.py \
109108
&& make \
110109
&& make install

0 commit comments

Comments
 (0)