We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2324ab6 commit 48d7fe6Copy full SHA for 48d7fe6
.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