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 97ad1a5 commit 7a89bfeCopy full SHA for 7a89bfe
.docker/qgis3-build-deps.dockerfile
@@ -102,7 +102,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
102
&& tar xzf tip.tar.gz \
103
&& bash -c "mv $(ls sip-*) sip-419"
104
WORKDIR /root/sip-419
105
-RUN python3 configure.py && make && make install
+RUN python3 build.py prepare && ython3 configure.py && make && make install
106
107
RUN echo "alias python=python3" >> ~/.bash_aliases
108
0 commit comments