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 8341895 commit 2c64ab3Copy full SHA for 2c64ab3
.docker/qgis3-build-deps.dockerfile
@@ -99,7 +99,7 @@ RUN apt-get update \
99
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
+ && tar xzf tip.tar.gz \
103
&& bash -c "mv $(ls sip-*) sip-419"
104
WORKDIR /root/sip-419
105
RUN python3 configure.py && make && make install
0 commit comments