comparison deploy/linux/docker/Dockerfile_appimage.in @ 703:bfd6014ee278

URL typo fix
author Chris Cannam
date Wed, 12 Dec 2018 10:30:21 +0000
parents 0720152d1914
children bec2618313d8
comparison
equal deleted inserted replaced
702:ce1609627ff4 703:bfd6014ee278
31 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts 31 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts
32 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json 32 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json
33 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc 33 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc
34 34
35 WORKDIR / 35 WORKDIR /
36 RUN hg clone -r[[REVISION]] ssh://bitbucket.org/cannam/easyhg 36 RUN hg clone -r[[REVISION]] ssh://hg@bitbucket.org/cannam/easyhg
37 37
38 WORKDIR /easyhg 38 WORKDIR /easyhg
39 ENV QTDIR /opt/qt510 39 ENV QTDIR /opt/qt510
40 ENV PATH /opt/qt510/bin:$PATH 40 ENV PATH /opt/qt510/bin:$PATH
41 RUN ./configure 41 RUN ./configure