# HG changeset patch # User Chris Cannam # Date 1544610621 0 # Node ID bfd6014ee2787c2cd2ff772d7fc406439b620ab9 # Parent ce1609627ff476938b7546de050d5005f9526b23 URL typo fix diff -r ce1609627ff4 -r bfd6014ee278 deploy/linux/docker/Dockerfile_appimage.in --- a/deploy/linux/docker/Dockerfile_appimage.in Wed Dec 12 10:24:48 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_appimage.in Wed Dec 12 10:30:21 2018 +0000 @@ -33,7 +33,7 @@ RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc WORKDIR / -RUN hg clone -r[[REVISION]] ssh://bitbucket.org/cannam/easyhg +RUN hg clone -r[[REVISION]] ssh://hg@bitbucket.org/cannam/easyhg WORKDIR /easyhg ENV QTDIR /opt/qt510