Skip to content

Commit

Permalink
fiiiix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 2, 2018
1 parent ade7f5c commit 30b0b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -100,7 +100,7 @@ RUN apt-get update \
WORKDIR /root
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
&& tar xzf tip.tar.gz \
&& mkdir /root/sip419
&& mkdir /root/sip419 \
&& mv $(find -type d -iname 'sip-*')/* sip419
WORKDIR /root/sip419
RUN python3 build.py prepare && python3 configure.py && make && make install
Expand Down

0 comments on commit 30b0b86

Please sign in to comment.