comparison deploy/linux/docker/Dockerfile_v3.0beta2_ubuntu1604 @ 1553:b6f1052dbda1 sv_v3.0beta2

Fix annoying chicken-and-egg typo
author Chris Cannam
date Mon, 16 Jan 2017 14:34:44 +0000
parents 7ca1b3f9bfd8
children
comparison
equal deleted inserted replaced
1552:2909954546e3 1553:b6f1052dbda1
33 WORKDIR capnproto/c++ 33 WORKDIR capnproto/c++
34 RUN ./setup-autotools.sh && autoreconf -i 34 RUN ./setup-autotools.sh && autoreconf -i
35 RUN ./configure --enable-static --disable-shared 35 RUN ./configure --enable-static --disable-shared
36 RUN make && make install 36 RUN make && make install
37 WORKDIR ../.. 37 WORKDIR ../..
38 RUN hg clone -rsv_3.0beta2 https://code.soundsoftware.ac.uk/hg/sonic-visualiser 38 RUN hg clone -rsv_v3.0beta2 https://code.soundsoftware.ac.uk/hg/sonic-visualiser
39 WORKDIR sonic-visualiser 39 WORKDIR sonic-visualiser
40 RUN ./configure 40 RUN ./configure
41 RUN make -j3 41 RUN make -j3
42 RUN deploy/linux/deploy-deb.sh 3.0beta2-1 amd64 42 RUN deploy/linux/deploy-deb.sh 3.0beta2-1 amd64
43 RUN tar cvf output.tar *.deb && cp output.tar .. 43 RUN tar cvf output.tar *.deb && cp output.tar ..