comparison deploy/linux/docker/Dockerfile_appimage.in @ 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 32718f05903d
children 015806046ebb
comparison
equal deleted inserted replaced
2544:19cb6df86ef2 2545:928d7ddfaf80
49 ENV LANGUAGE en_US:en 49 ENV LANGUAGE en_US:en
50 ENV LC_ALL en_US.UTF-8 50 ENV LC_ALL en_US.UTF-8
51 51
52 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser 52 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser
53 53
54 RUN git config --global http.postBuffer 2M
54 RUN git clone https://github.com/sandstorm-io/capnproto 55 RUN git clone https://github.com/sandstorm-io/capnproto
55 WORKDIR capnproto 56 WORKDIR capnproto
56 RUN git checkout v0.6.1 57 RUN git checkout v0.6.1
57 WORKDIR c++ 58 WORKDIR c++
58 RUN autoreconf -i && ./configure && make -j3 && make install 59 RUN autoreconf -i && ./configure && make -j3 && make install