Skip to content

Commit 48d7fe6

Browse files
committed
use curl instead of wget
1 parent 2324ab6 commit 48d7fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/qgis3-build-deps.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN apt-get update \
9898
&& apt-get clean
9999

100100
WORKDIR /root
101-
RUN wget --no-verbose https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.9.dev1803171438.tar.gz \
101+
RUN curl -s -S -O https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.9.dev1803171438.tar.gz \
102102
&& tar xzf sip-4.19.9.dev1803171438.tar.gz
103103
WORKDIR /root/sip-4.19.9.dev1803171438
104104
RUN python3 configure.py && make && make install

0 commit comments

Comments
 (0)