We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7a89bfe commit 6af7a87Copy full SHA for 6af7a87
.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 build.py prepare && ython3 configure.py && make && make install
+RUN python3 build.py prepare && python3 configure.py && make && make install
106
107
RUN echo "alias python=python3" >> ~/.bash_aliases
108
0 commit comments