comparison deploy/linux/docker/Dockerfile_appimage.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
57 WORKDIR c++ 57 WORKDIR c++
58 RUN autoreconf -i && ./configure && make -j3 && make install 58 RUN autoreconf -i && ./configure && make -j3 && make install
59 59
60 WORKDIR /root 60 WORKDIR /root
61 61
62 COPY id_dsa_build .ssh/id_dsa_build 62 COPY id_rsa_build .ssh/id_rsa_build
63 COPY known_hosts .ssh/known_hosts 63 COPY known_hosts .ssh/known_hosts
64 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts 64 RUN chmod 600 .ssh/id_rsa_build .ssh/known_hosts
65 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json 65 RUN echo '{"accounts": {"sourcehut": "~breakfastquay"}}' > .repoint.json
66 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc 66 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc
67 67
68 WORKDIR /sonic-visualiser 68 WORKDIR /sonic-visualiser
69 ENV QTDIR /opt/qt510 69 ENV QTDIR /opt/qt510
70 ENV PATH /opt/qt510/bin:$PATH 70 ENV PATH /opt/qt510/bin:$PATH
71 RUN ./configure 71 RUN ./configure