comparison deploy/linux/docker/Dockerfile_v3.0beta1_ubuntu1604 @ 1539:56b268b96fcb

Some Ubuntu/Fedora docker build material
author Chris Cannam
date Thu, 12 Jan 2017 14:09:44 +0000
parents 6e99c789fab1
children
comparison
equal deleted inserted replaced
1538:06f061c54b66 1539:56b268b96fcb
39 WORKDIR sonic-visualiser 39 WORKDIR sonic-visualiser
40 RUN hg update -r9b59deb4a854 40 RUN hg update -r9b59deb4a854
41 RUN ./configure 41 RUN ./configure
42 RUN make -j3 42 RUN make -j3
43 RUN cp checker/vamp-plugin-load-checker . 43 RUN cp checker/vamp-plugin-load-checker .
44 RUN deploy/linux/deploy-deb.sh 3.0.0beta1 amd64 44 RUN deploy/linux/deploy-deb.sh 3.0beta1-1 amd64
45 RUN ls -l 45 RUN tar cvf output.tar *.deb && cp output.tar ..