We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44afc04 commit 348eb94Copy full SHA for 348eb94
.docker/qgis3-build-deps.dockerfile
@@ -94,7 +94,7 @@ RUN apt-get update \
94
mock \
95
future \
96
termcolor \
97
- && apt-get autoremove -y python3-pip python2.7 \
+ && apt-get autoremove -y python3-pip python2.7 python3-sip sip-dev\
98
&& apt-get clean
99
100
WORKDIR /root
@@ -103,8 +103,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
103
&& mkdir /root/sip419 \
104
&& mv $(find -type d -iname 'sip-*')/* sip419
105
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 \
+RUN python3 build.py prepare \
108
&& python3 configure.py \
109
&& make \
110
&& make install
0 commit comments