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 c553658 commit fb61928Copy full SHA for fb61928
.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