Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
get current snapshot for SIP
  • Loading branch information
3nids committed Apr 2, 2018
1 parent 6c6403d commit c553658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -98,9 +98,10 @@ RUN apt-get update \
&& apt-get clean

WORKDIR /root
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 curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
&& tar xzf tip.tar.gz
&& bash -c "mv $(ls sip-*) sip-419"
WORKDIR /root/sip-419
RUN python3 configure.py && make && make install

RUN echo "alias python=python3" >> ~/.bash_aliases
Expand Down

0 comments on commit c553658

Please sign in to comment.