Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use curl instead of wget
  • Loading branch information
3nids committed Mar 28, 2018
1 parent b1f8f6d commit 2db62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -98,7 +98,7 @@ RUN apt-get update \
&& apt-get clean

WORKDIR /root
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 \
&& tar xzf sip-4.19.9.dev1803171438.tar.gz
WORKDIR /root/sip-4.19.9.dev1803171438
RUN python3 configure.py && make && make install
Expand Down

0 comments on commit 2db62a7

Please sign in to comment.