Mercurial > hg > sonic-visualiser
view deploy/linux/docker/Dockerfile_test_appimage.in @ 2153:f57b0eea9201
Remove LTO again. It makes linking very slow, I'm not noticing any practical difference in performance, it doesn't work correctly on Travis image etc, and it sometimes breaks in incremental builds.
author | Chris Cannam |
---|---|
date | Thu, 06 Dec 2018 09:55:36 +0000 |
parents | c1745df7e211 |
children | 3f3ad6701482 |
line wrap: on
line source
FROM centos:7 RUN yum update RUN yum -y groupinstall "X Window System" RUN yum -y install wget ADD output/SonicVisualiser-[[REVISION]]-x86_64.AppImage SV.AppImage RUN chmod +x SV.AppImage RUN ./SV.AppImage --appimage-extract RUN ./squashfs-root/AppRun --version