comparison deploy/linux/docker/Dockerfile_appimage.in @ 1953:fd29819e8472

Require v0.6.1 for old-Linux-image Docker build for AppImage as well
author Chris Cannam
date Thu, 09 Aug 2018 11:08:08 +0100
parents 6536ee80913b
children 25b49a378431
comparison
equal deleted inserted replaced
1952:4a1b7b175807 1953:fd29819e8472
49 ENV LANG en_US.UTF-8 49 ENV LANG en_US.UTF-8
50 ENV LANGUAGE en_US:en 50 ENV LANGUAGE en_US:en
51 ENV LC_ALL en_US.UTF-8 51 ENV LC_ALL en_US.UTF-8
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 RUN git clone https://github.com/sandstorm-io/capnproto 53 RUN git clone https://github.com/sandstorm-io/capnproto
54 WORKDIR capnproto/c++ 54 WORKDIR capnproto
55 RUN git checkout v0.6.1
56 WORKDIR c++
55 RUN ./setup-autotools.sh && autoreconf -i && ./configure && make -j3 && make install 57 RUN ./setup-autotools.sh && autoreconf -i && ./configure && make -j3 && make install
56 WORKDIR ../../sonic-visualiser 58 WORKDIR ../../sonic-visualiser
57 ENV QTDIR /opt/qt510 59 ENV QTDIR /opt/qt510
58 ENV PATH /opt/qt510/bin:$PATH 60 ENV PATH /opt/qt510/bin:$PATH
59 RUN ./configure 61 RUN ./configure