comparison deploy/linux/docker/Dockerfile_test_appimage.in @ 1924:6ec18c2566e7

Attempt to thread the appimage build/test together
author Chris Cannam
date Tue, 03 Jul 2018 14:13:27 +0100
parents
children c1745df7e211
comparison
equal deleted inserted replaced
1923:4ec4c1b9d367 1924:6ec18c2566e7
1 FROM centos:7
2 RUN yum update
3 RUN yum -y groupinstall "X Window System"
4 RUN yum -y install wget
5 ADD output/SonicVisualiser-[[REVISION]]-x86_64.AppImage SV.AppImage
6 RUN chmod +x SV.AppImage
7 RUN ./SV.AppImage --appimage-extract
8 RUN ./squashfs-root/AppRun