Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_deb.in @ 2210:a7da61b09a59
Merge from branch rubberband-static. This actually undoes the source inclusion of Rubber Band and just switches to static linkage for the .deb package.
author | Chris Cannam |
---|---|
date | Thu, 31 Jan 2019 13:17:28 +0000 |
parents | 07e957f5d3d8 |
children | 1d87a709fe1a |
comparison
equal
deleted
inserted
replaced
2205:d25951da2422 | 2210:a7da61b09a59 |
---|---|
51 COPY known_hosts .ssh/known_hosts | 51 COPY known_hosts .ssh/known_hosts |
52 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts | 52 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts |
53 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json | 53 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json |
54 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc | 54 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc |
55 | 55 |
56 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so* | |
57 | |
56 WORKDIR /sonic-visualiser | 58 WORKDIR /sonic-visualiser |
57 RUN ./configure | 59 RUN ./configure |
58 RUN make -j3 | 60 RUN make -j3 |
59 | 61 |
60 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64 | 62 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64 |