diff 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
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_deb.in	Wed Jan 30 15:00:48 2019 +0000
+++ b/deploy/linux/docker/Dockerfile_deb.in	Thu Jan 31 13:17:28 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