Skip to content
Permalink
Browse files
fix &&
  • Loading branch information
3nids committed Apr 2, 2018
1 parent c553658 commit fb61928
Showing 1 changed file with 1 addition and 1 deletion.
@@ -99,7 +99,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
&& tar xzf tip.tar.gz \
&& bash -c "mv $(ls sip-*) sip-419"
WORKDIR /root/sip-419
RUN python3 configure.py && make && make install

0 comments on commit fb61928

Please sign in to comment.