Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix sip build
  • Loading branch information
3nids committed Apr 2, 2018
1 parent 472fbf0 commit 170e4cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -100,8 +100,10 @@ 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 \
&& bash -c "mv $(ls sip-*) sip-419"
WORKDIR /root/sip-419
&& mv $(ls sip-*) sip-419
&& mkdir /root/sip419
&& mv $(find -type d -iname 'sip-*')/* sip419
WORKDIR /root/sip419
RUN python3 build.py prepare && python3 configure.py && make && make install

RUN echo "alias python=python3" >> ~/.bash_aliases
Expand Down

0 comments on commit 170e4cf

Please sign in to comment.