Skip to content

Commit

Permalink
use curl instead of wget
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 2, 2018
1 parent 8357173 commit 6c6403d
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 6c6403d

Please sign in to comment.