Skip to content

Commit 200cda7

Browse files
committed
get current snapshot for SIP
1 parent 48d7fe6 commit 200cda7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.docker/qgis3-build-deps.dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ RUN apt-get update \
9898
&& apt-get clean
9999

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

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

0 commit comments

Comments
 (0)