Mercurial > hg > sonic-visualiser
changeset 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 | 4a1b7b175807 |
children | 60ca58024f37 |
files | deploy/linux/docker/Dockerfile_appimage.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in Thu Aug 09 11:06:07 2018 +0100 +++ b/deploy/linux/docker/Dockerfile_appimage.in Thu Aug 09 11:08:08 2018 +0100 @@ -51,7 +51,9 @@ ENV LC_ALL en_US.UTF-8 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser RUN git clone https://github.com/sandstorm-io/capnproto -WORKDIR capnproto/c++ +WORKDIR capnproto +RUN git checkout v0.6.1 +WORKDIR c++ RUN ./setup-autotools.sh && autoreconf -i && ./configure && make -j3 && make install WORKDIR ../../sonic-visualiser ENV QTDIR /opt/qt510