Skip to content

Commit 7a89bfe

Browse files
authored
fix building sip
1 parent 97ad1a5 commit 7a89bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
102102
&& tar xzf tip.tar.gz \
103103
&& bash -c "mv $(ls sip-*) sip-419"
104104
WORKDIR /root/sip-419
105-
RUN python3 configure.py && make && make install
105+
RUN python3 build.py prepare && ython3 configure.py && make && make install
106106

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

0 commit comments

Comments
 (0)