comparison deploy/linux/docker/Dockerfile_deb.in @ 2353:6845d7dafebf sv_v4.0pre2

Bitbucket -> Sourcehut
author Chris Cannam
date Wed, 09 Oct 2019 15:17:57 +0100
parents 1d87a709fe1a
children 32718f05903d
comparison
equal deleted inserted replaced
2352:bc4205d70e8b 2353:6845d7dafebf
47 WORKDIR c++ 47 WORKDIR c++
48 RUN autoreconf -i && ./configure --enable-shared=no --enable-static=yes && make -j3 && make install 48 RUN autoreconf -i && ./configure --enable-shared=no --enable-static=yes && make -j3 && make install
49 49
50 WORKDIR /root 50 WORKDIR /root
51 51
52 COPY id_dsa_build .ssh/id_dsa_build 52 COPY id_rsa_build .ssh/id_rsa_build
53 COPY known_hosts .ssh/known_hosts 53 COPY known_hosts .ssh/known_hosts
54 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts 54 RUN chmod 600 .ssh/id_rsa_build .ssh/known_hosts
55 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json 55 RUN echo '{"accounts": {"sourcehut": "~breakfastquay"}}' > .repoint.json
56 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc 56 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc
57 57
58 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so* 58 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so*
59 59
60 WORKDIR /sonic-visualiser 60 WORKDIR /sonic-visualiser
61 RUN ./configure 61 RUN ./configure