Skip to content
Permalink
Browse files
fix building sip
  • Loading branch information
3nids committed Mar 29, 2018
1 parent 97ad1a5 commit 7a89bfe
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 configure.py && make && make install
RUN python3 build.py prepare && ython3 configure.py && make && make install

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

0 comments on commit 7a89bfe

Please sign in to comment.