comparison deploy/linux/docker/Dockerfile_appimage.in @ 2546:015806046ebb

Subrepo and git config updates
author Chris Cannam
date Mon, 18 May 2020 13:19:35 +0100
parents 928d7ddfaf80
children 4448639b9bb1
comparison
equal deleted inserted replaced
2545:928d7ddfaf80 2546:015806046ebb
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 config --global http.postBuffer 4M
55 RUN git clone https://github.com/sandstorm-io/capnproto 55 RUN git clone https://github.com/sandstorm-io/capnproto
56 WORKDIR capnproto 56 WORKDIR capnproto
57 RUN git checkout v0.6.1 57 RUN git checkout v0.6.1
58 WORKDIR c++ 58 WORKDIR c++
59 RUN autoreconf -i && ./configure && make -j3 && make install 59 RUN autoreconf -i && ./configure && make -j3 && make install