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 8357173 commit 6c6403dCopy full SHA for 6c6403d
.docker/qgis3-build-deps.dockerfile
@@ -98,7 +98,7 @@ RUN apt-get update \
98
&& apt-get clean
99
100
WORKDIR /root
101
-RUN wget --no-verbose https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.9.dev1803171438.tar.gz \
+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
104
RUN python3 configure.py && make && make install
0 commit comments