comparison deploy/linux/docker/Dockerfile_deb.in @ 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 3f3ad6701482
children 1d87a709fe1a
comparison
equal deleted inserted replaced
2208:f1437611e916 2209:07e957f5d3d8
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