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 48d7fe6 commit 200cda7Copy full SHA for 200cda7
.docker/qgis3-build-deps.dockerfile
@@ -98,9 +98,10 @@ RUN apt-get update \
98
&& apt-get clean
99
100
WORKDIR /root
101
-RUN curl -s -S -O https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.9.dev1803171438.tar.gz \
102
- && tar xzf sip-4.19.9.dev1803171438.tar.gz
103
-WORKDIR /root/sip-4.19.9.dev1803171438
+RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
+ && tar xzf tip.tar.gz
+ && bash -c "mv $(ls sip-*) sip-419"
104
+WORKDIR /root/sip-419
105
RUN python3 configure.py && make && make install
106
107
RUN echo "alias python=python3" >> ~/.bash_aliases
0 commit comments