Skip to content
Permalink
Browse files
fiiiix
  • Loading branch information
3nids committed Apr 2, 2018
1 parent ade7f5c commit 30b0b86
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 30b0b86

Please sign in to comment.