Mercurial > hg > sonic-visualiser
changeset 2545:928d7ddfaf80
Experiment hoping to fix git clone hang in docker image
author | Chris Cannam |
---|---|
date | Fri, 15 May 2020 17:24:25 +0100 |
parents | 19cb6df86ef2 |
children | 015806046ebb |
files | deploy/linux/docker/Dockerfile_appimage.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in Fri May 15 16:49:30 2020 +0100 +++ b/deploy/linux/docker/Dockerfile_appimage.in Fri May 15 17:24:25 2020 +0100 @@ -51,6 +51,7 @@ RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser +RUN git config --global http.postBuffer 2M RUN git clone https://github.com/sandstorm-io/capnproto WORKDIR capnproto RUN git checkout v0.6.1