We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ade7f5c commit 30b0b86Copy full SHA for 30b0b86
.docker/qgis3-build-deps.dockerfile
@@ -100,7 +100,7 @@ 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
- && mkdir /root/sip419
+ && mkdir /root/sip419 \
104
&& mv $(find -type d -iname 'sip-*')/* sip419
105
WORKDIR /root/sip419
106
RUN python3 build.py prepare && python3 configure.py && make && make install
0 commit comments