Skip to content
Permalink
Browse files
fix &&
  • Loading branch information
3nids committed Mar 29, 2018
1 parent 8341895 commit 2c64ab3
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 2c64ab3

Please sign in to comment.