Skip to content

Commit 170e4cf

Browse files
committed
fix sip build
1 parent 472fbf0 commit 170e4cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ RUN apt-get update \
100100
WORKDIR /root
101101
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
102102
&& tar xzf tip.tar.gz \
103-
&& bash -c "mv $(ls sip-*) sip-419"
104-
WORKDIR /root/sip-419
103+
&& mv $(ls sip-*) sip-419
104+
&& mkdir /root/sip419
105+
&& mv $(find -type d -iname 'sip-*')/* sip419
106+
WORKDIR /root/sip419
105107
RUN python3 build.py prepare && python3 configure.py && make && make install
106108

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

0 commit comments

Comments
 (0)