Mercurial > hg > sonic-visualiser
view deploy/linux/docker/Dockerfile_test_appimage.in @ 1971:7496836f8f27 c++14
Attempt to update AppImage and Travis build files for c++14
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 11:45:51 +0100 |
parents | 6ec18c2566e7 |
children | c1745df7e211 |
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