diff 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
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in	Fri Aug 31 11:45:51 2018 +0100
+++ b/deploy/linux/docker/Dockerfile_appimage.in	Fri Aug 31 11:55:02 2018 +0100
@@ -40,6 +40,7 @@
 # actually linking against it. We also have Pulse as the default I/O.
 
 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty
+RUN apt-add-repository -y ppa:ubuntu-toolchain-r/test
 RUN apt-get update && \
     apt-get install -y \
     g++-4.9 \