Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix again
  • Loading branch information
3nids committed Apr 2, 2018
1 parent a9dbad4 commit 472fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -102,7 +102,7 @@ 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
RUN python3 build.py prepare && ython3 configure.py && make && make install
RUN python3 build.py prepare && python3 configure.py && make && make install

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

Expand Down

0 comments on commit 472fbf0

Please sign in to comment.