Mercurial > hg > sonic-visualiser
changeset 2209:07e957f5d3d8 rubberband-static
Remove Rubber Band shared libraries to force static linkage
author | Chris Cannam |
---|---|
date | Thu, 31 Jan 2019 11:37:02 +0000 |
parents | f1437611e916 |
children | a7da61b09a59 |
files | deploy/linux/docker/Dockerfile_deb.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_deb.in Thu Jan 31 11:06:11 2019 +0000 +++ b/deploy/linux/docker/Dockerfile_deb.in Thu Jan 31 11:37:02 2019 +0000 @@ -53,6 +53,8 @@ RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc +RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so* + WORKDIR /sonic-visualiser RUN ./configure RUN make -j3