We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472fbf0 commit 170e4cfCopy full SHA for 170e4cf
.docker/qgis3-build-deps.dockerfile
@@ -100,8 +100,10 @@ RUN apt-get update \
100
WORKDIR /root
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
+ && mv $(ls sip-*) sip-419
+ && mkdir /root/sip419
105
+ && mv $(find -type d -iname 'sip-*')/* sip419
106
+WORKDIR /root/sip419
107
RUN python3 build.py prepare && python3 configure.py && make && make install
108
109
RUN echo "alias python=python3" >> ~/.bash_aliases
0 commit comments