Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_appimage.in @ 1972:be5496ec5f97 c++14
Add missed ppa; try setting CC/CXX directly
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 11:55:02 +0100 |
parents | 7496836f8f27 |
children | 810a0b8f5472 |
comparison
equal
deleted
inserted
replaced
1971:7496836f8f27 | 1972:be5496ec5f97 |
---|---|
38 # have. However, we do install JACK because the Dynamic JACK mechanism | 38 # have. However, we do install JACK because the Dynamic JACK mechanism |
39 # should ensure we can detect, configure, and use that without | 39 # should ensure we can detect, configure, and use that without |
40 # actually linking against it. We also have Pulse as the default I/O. | 40 # actually linking against it. We also have Pulse as the default I/O. |
41 | 41 |
42 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty | 42 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty |
43 RUN apt-add-repository -y ppa:ubuntu-toolchain-r/test | |
43 RUN apt-get update && \ | 44 RUN apt-get update && \ |
44 apt-get install -y \ | 45 apt-get install -y \ |
45 g++-4.9 \ | 46 g++-4.9 \ |
46 qt510base \ | 47 qt510base \ |
47 qt510svg | 48 qt510svg |