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

Subrepo and git config updates
author Chris Cannam
date Mon, 18 May 2020 13:19:35 +0100
parents 32718f05903d
children 4448639b9bb1
comparison
equal deleted inserted replaced
2545:928d7ddfaf80 2546:015806046ebb
39 ENV LANGUAGE en_US:en 39 ENV LANGUAGE en_US:en
40 ENV LC_ALL en_US.UTF-8 40 ENV LC_ALL en_US.UTF-8
41 41
42 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser 42 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser
43 43
44 RUN git config --global http.postBuffer 4M
44 RUN git clone https://github.com/sandstorm-io/capnproto 45 RUN git clone https://github.com/sandstorm-io/capnproto
45 WORKDIR capnproto 46 WORKDIR capnproto
46 RUN git checkout v0.6.1 47 RUN git checkout v0.6.1
47 WORKDIR c++ 48 WORKDIR c++
48 RUN autoreconf -i && ./configure --enable-shared=no --enable-static=yes && make -j3 && make install 49 RUN autoreconf -i && ./configure --enable-shared=no --enable-static=yes && make -j3 && make install